SPI_光标_move — 移动光标
void SPI_cursor_move(Portal portal, bool forward, long count)
SPI_cursor_move跳过游标中的某些行数。这相当于 SQL 命令的一个子集移动(看SPI_scroll_cursor_move更多功能)。
SPI_cursor_move
移动
SPI_scroll_cursor_move
门户网站 *门户网站*
门户网站 *
*
包含光标的门户
布尔 *向前*
布尔 *
true 表示前进,false 表示后退
长 *数数*
长 *
要移动的最大行数
如果光标的计划不是用CURSOR_OPT_SCROLL选项。
CURSOR_OPT_SCROLL