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

SAP Sybase SQL Anywhere 16.0 » UltraLite - C and C++ Programming » API reference

 

UltraLite C/C++ API reference

The following list describes some of the commonly used API objects:

  • ULDatabaseManager   Provides methods for managing database connections, such as CreateDatabase and OpenConnection.

  • ULConnection   Represents a connection to an UltraLite database. You can create one or more ULConnection objects.

  • ULTable   Provides direct access to tables in the database.

  • ULPreparedStatement, ULResultSet, and ULResultSetSchema   Create Dynamic SQL statements, make queries and execute INSERT, UPDATE, and DELETE statements, and attain programmatic control over database result sets.

 Header file
 See also

ULConnection class
ULDatabaseManager class
ULDatabaseSchema class
ULError class
ULIndexSchema class
ULPreparedStatement class
ULResultSet class
ULResultSetSchema class
ULTable class
ULTableSchema class
ul_column_default_type enumeration
ul_column_name_type enumeration
ul_index_flag enumeration
ul_table_sync_type enumeration
UL_BLOB_CONTINUE variable
ul_index_iter_start variable
ul_publication_iter_start variable
ul_table_iter_start variable