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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » UltraLite for C/C++ 开发人员

 

UltraLite C++ 组件体系结构

uliface.h 头文件中定义 UltraLite C++ 组件接口。以下列表介绍了一些常用的对象:

  • DatabaseManager   要为每个应用程序创建一个 DatabaseManager 对象。

  • Connection   表示与 UltraLite 数据库的连接。您可以创建一个或多个 Connection 对象。

  • Table   提供对数据库中数据的访问。

  • PreparedStatement、ResultSet 和 ResultSetSchema   创建动态 SQL 语句,进行查询和执行 INSERT、UPDATE 和 DELETE 语句,以及实现对数据库结果集的程序化控制。

  • SyncParms   将 UltraLite 数据库与 MobiLink 服务器同步。

有关访问 API 参考的详细信息,请参见UltraLite C++ API 参考