SPI_cursor_fetch
Description
SPI_cursor_fetch
fetches some rows from a cursor. This is equivalent to a subset of the SQL commandFETCH (seeSPI_scroll_cursor_fetch
for more functionality).
Arguments
- Portalportal
portal containing the cursor
- boolforward
true for fetch forward, false for fetch backward
- longcount
maximum number of rows to fetch