SPI_cursor_move

Name

SPI_cursor_move -- 移动游标

Synopsis

SPI_cursor_move(portal,
forward,
count)

输入

Portal portal

包含游标的邮差

bool forward

向前移时为真,向后移时为假

int count

要移动的最大行数

输出

描述

SPI_cursor_move 忽略在游标里的一些行.它等效于 SQL 命令中的 MOVE