Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » UltraLite - M-Business Anywhere 编程(不建议使用) » UltraLite for M-Business Anywhere 开发 » 使用 Table API 进行数据创建和修改

 

SQL 结果集导航

UltraLite for M-Business Anywhere 为您执行各种各样的导航任务提供了许多在表中导航的方法。

使用 ULTable 对象的以下方法,您可以在结果集中导航:

  • moveAfterLast   移至最后一行之后的位置。

  • moveBeforeFirst   移至第一行之前的位置。

  • moveFirst   移至第一行。

  • moveLast   移至最后一行。

  • moveNext   移至下一行。

  • movePrevious   移至上一行。

  • moveRelative   相对于当前行移动一定数量的行。正索引值在表中向前移动,负索引值在表中向后移动,零不移动游标。如果要重新填充行缓冲区,可以使用零。

 示例
 指定索引
 示例