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

 

ULSqlcaBase class

Defines the communication area between the interface library and the application.

Syntax
public ULSqlcaBase
Derived classes
Members

All members of ULSqlcaBase, including all inherited members.

Remarks

Use a subclass of this class (which is typically the ULSqlca class) to create your communication area. This API always requires an underlying SQLCA object. You must initialize the SQLCA before you call any other functions. Each thread requires its own SQLCA.


Finalize function
GetCA function
GetParameter function
GetParameter function
GetParameterCount function
GetSQLCode function
GetSQLCount function
GetSQLErrorOffset function
Initialize function
LastCodeOK function
LastFetchOK function