The UltraLite programming interface exposes a set of objects for data manipulation using an UltraLite database. The following figure describes the object hierarchy.
The following list describes some of the more commonly-used high-level objects.
DatabaseManager manages connections to UltraLite databases. See DatabaseManager class [UltraLite for M-Business Anywhere].
ConnectionParms holds a set of connection parameters. See ConnectionParms class [UltraLite for M-Business Anywhere].
CreationParms holds a set of database creation parameters. See CreationParms class [UltraLite for M-Business Anywhere].
Connection represents a database connection, and governs transactions. See Connection class [UltraLite for M-Business Anywhere].
PreparedStatement, ResultSet, and ResultSetSchema manage database requests and their results using SQL. See:
Table manages data using a table-based API. See ULTable class [UltraLite for M-Business Anywhere].
SyncParms and SyncResult manage synchronization through the MobiLink server.
For more information about synchronization with MobiLink, see UltraLite clients.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |