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 - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考 » ULTable 类

 

findLast 方法

在表中从末尾向后移动,查找与当前索引中的一个值或整个值集完全匹配的行。

语法
Boolean findLast( )
            
返回值

如果成功,则返回 true;否则,返回 false

注释

若要指定要搜索的值,请为索引中的每一列设置列值。游标停留在所找到的第一个与索引值完全匹配的行上。失败时,游标位置在第一行之前 (isBOF)。

每次搜索之前必须首先调用 findBegin 方法。

另请参见