Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
SPI_getargtypeid
Prev Up46.1. Interface FunctionsHome Next

SPI_getargtypeid

SPI_getargtypeid — return the data type OID for an argument of a statement prepared bySPI_prepare

Synopsis

Oid SPI_getargtypeid(SPIPlanPtrplan, intargIndex)

Description

SPI_getargtypeid returns the OID representing the type for theargIndex'th argument of a statement prepared bySPI_prepare. First argument is at index zero.

Arguments

SPIPlanPtrplan

prepared statement (returned bySPI_prepare)

intargIndex

zero based index of the argument

Return Value

The type OID of the argument at the given index. If theplan isNULL or invalid, orargIndex is less than 0 or not less than the number of arguments declared for theplan,SPI_result is set toSPI_ERROR_ARGUMENT andInvalidOid is returned.


Prev Up Next
SPI_getargcount Home SPI_is_cursor_plan
pdfepub
Go to PostgreSQL 13
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp