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_Table_iface 类

 

Lookup 函数

此函数等效于 LookupForward。根据当前索引,向前扫描整个表以执行查寻。

语法
bool UltraLite_Table_iface::Lookup(
  ul_column_num ncols
)
参数
  • ncols   对于复合索引,是指在查找中使用的列数。

注释

如果游标的最终位置是 AfterLast(),则返回值为 false。