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 类

 

FindPrevious 函数

获取与索引完全匹配的上一行。

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

返回值

如果没有其它行与该索引匹配,则返回 false。在这种情况下,游标定位在第一行之前。