Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » ULSqlcaWrap class

 

ULSqlcaWrap function

The constructor.

Syntax
 ULSqlcaWrap::ULSqlcaWrap(
  SQLCA * sqlca
)
Parameters
  • sqlca   The SQLCA object to use.

Remarks

You can initialize the given SQLCA object before creating this object. In this case, do not call Initialize function again.