The UltraLiteJ API architecture is defined in the com.ianywhere.ultralitej12 or com.ianywhere.ultralitejni12 package. The following list describes some of the commonly used objects:
DatabaseManager Provides methods for managing database connections, such as CreateDatabase and connect.
Connection Represents a connection to an UltraLite database. You can create one or more Connection objects.
SyncParms Synchronizes your UltraLite database with a MobiLink server.
PreparedStatement, ResultSet Create dynamic SQL statements, make queries, and execute INSERT, UPDATE, and DELETE statements, and attain programmatic control over database result sets.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |