Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
SPI_gettype
Prev Up45.2. Interface Support FunctionsHome Next

SPI_gettype

SPI_gettype — return the data type name of the specified column

Synopsis

char * SPI_gettype(TupleDescrowdesc, intcolnumber)

Description

SPI_gettype returns a copy of the data type name of the specified column. (You can usepfree to release the copy of the name when you don't need it anymore.)

Arguments

TupleDescrowdesc

input row description

intcolnumber

column number (count starts at 1)

Return Value

The data type name of the specified column, orNULL on error.SPI_result is set toSPI_ERROR_NOATTRIBUTE on error.


Prev Up Next
SPI_getbinval Home SPI_gettypeid
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