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++ 编程 » API 参考 » UltraLite C++ API 参考

 

UltraLite_Cursor_iface 类

表示 UltraLite 数据库内的一个双向游标。

语法
public UltraLite_Cursor_iface
派生类
成员

UltraLite_Cursor_iface 的所有成员(包括所有继承成员)。

注释

游标是来自表的行集或来自查询的结果集的行集。


AfterLast 函数
BeforeFirst 函数
Delete 函数
First 函数
Get 函数
GetRowCount 函数
GetState 函数
GetStreamReader 函数
GetStreamWriter 函数
GetSuspend 函数(不建议使用)
IsNull 函数
Last 函数
Next 函数
Previous 函数
Relative 函数
Set 函数
SetDefault 函数
SetNull 函数
SetSuspend 函数(不建议使用)
Update 函数
UpdateBegin 函数