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 类

 

findNext 方法

继续执行 findFirst 搜索,从表中的当前位置向前移动,查看下一行是否与当前索引中的某个值或整个值集完全匹配。

语法
Boolean findNext( )
            
返回值

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

注释

如果下一行与索引值完全匹配,则游标将停留在该行上。失败时,游标位置在最后一行之后 (isEOF)。

如果在行更新过程中修改了要搜索的列值,则 findNext 方法的行为处于不确定状态。