Movatterモバイル変換


[0]ホーム

URL:



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

SPI_prepare_cursor

SPI_prepare_cursor — prepare a statement, without executing it yet

Synopsis

SPIPlanPtr SPI_prepare_cursor(const char *command, intnargs,                              Oid *argtypes, intcursorOptions)

Description

SPI_prepare_cursor is identical toSPI_prepare, except that it also allows specification of the planner'scursor options parameter. This is a bit mask having the values shown innodes/parsenodes.h for theoptions field ofDeclareCursorStmt.SPI_prepare always takes the cursor options as zero.

This function is now deprecated in favor ofSPI_prepare_extended.

Arguments

const char *command

command string

intnargs

number of input parameters ($1,$2, etc.)

Oid *argtypes

pointer to an array containing theOIDs of the data types of the parameters

intcursorOptions

integer bit mask of cursor options; zero produces default behavior


Prev Up Next
SPI_prepare Home SPI_prepare_extended
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp