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 - Java Programming

 

UltraLiteJ application development

The UltraLiteJ API provides database functionality and synchronization to your Java applications. It is designed to work specifically with Android and BlackBerry smartphones, but is compatible with Java SE platforms. The API contains all the methods required to connect to an UltraLite Java edition database or an UltraLite database for Android, perform schema operations, and maintain data using SQL statements. Advanced operations, such as data encryption and synchronization, are also supported.

Note

When developing for Android smartphones, the UltraLiteJ API shares a common C++ code base with UltraLite for other platforms and its behavior is similar to that of other platforms. There are a few features available for accessing tables and rows without using SQL statements for which no API is provided on Android.

 See also

Quick start guide to UltraLiteJ application development
Android and BlackBerry setup considerations
UltraLite and UltraLite Java edition database creation and connection approaches
Quick start guide to schema operations and data management
Schema information access
Error handling
MobiLink data synchronization
How to close an UltraLite Java edition database connection
How to build and deploy UltraLiteJ applications
Code examples