void SPI_cursor_move(Portal portal, bool forward, long count)
SPI_cursor_move跳过一个游标中的一些行。 这等效于 SQL 命令MOVE的一个子集(更多的功能 请见SPI_scroll_cursor_move)。
SPI_cursor_move
SPI_scroll_cursor_move
包含该游标的 portal
为真表示前移,为假表示后移
要移动的最大行数
如果该游标的计划不是用CURSOR_OPT_SCROLL 选项创建的,向后移动会失败。
Submit feedback about this site to: