Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
SPI_cursor_move
Prev Up45.1. Interface FunctionsHome Next

SPI_cursor_move

SPI_cursor_move — move a cursor

Synopsis

void SPI_cursor_move(Portalportal, boolforward, longcount)

Description

SPI_cursor_move skips over some number of rows in a cursor. This is equivalent to a subset of the SQL commandMOVE (seeSPI_scroll_cursor_move for more functionality).

Arguments

Portalportal

portal containing the cursor

boolforward

true for move forward, false for move backward

longcount

maximum number of rows to move

Notes

Moving backward may fail if the cursor's plan was not created with theCURSOR_OPT_SCROLL option.


Prev Up Next
SPI_cursor_fetch Home SPI_scroll_cursor_fetch
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp