Movatterモバイル変換


[0]ホーム

URL:



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

SPI_cursor_fetch

SPI_cursor_fetch — fetch some rows from a cursor

Synopsis

void SPI_cursor_fetch(Portalportal, boolforward, longcount)

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

Return Value

SPI_processed andSPI_tuptable are set as inSPI_execute if successful.

Notes

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


Prev Up Next
SPI_cursor_find Home SPI_cursor_move
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