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 编程

 

UltraLiteJ 应用程序开发

UltraLiteJ API 可为 Java 应用程序提供数据库功能和同步。它专为 Android 和 BlackBerry 智能手机而设计,但同时也兼容 Java SE 平台。API 包含使用 SQL 语句连接到 UltraLite Java 版数据库或 Android 的 UltraLite 数据库、执行模式操作以及维护数据所需的所有方法。而且还支持数据加密和同步等高级操作。

注意

针对 Android 智能手机开发应用程序时,UltraLite API 与其它平台的 UltraLite 共享公用的 C++ 代码库,且其行为与其它平台相似。有一些功能无需使用 SQL 语句即可访问表和行,在 Android 上对这些功能未提供 API。

 另请参见

UltraLiteJ 应用程序开发快速入门指南
Android 和 BlackBerry 设置注意事项
UltraLite 和 UltraLite Java 版数据库的创建和连接方法
模式操作与数据管理快速入门指南
模式信息访问
错误处理
MobiLink 数据同步
如何关闭 UltraLite Java 版数据库连接
如何构建和部署 UltraLiteJ 应用程序
代码示例