Movatterモバイル変換


[0]ホーム

URL:



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

SPI_fname

SPI_fname — determine the column name for the specified column number

Synopsis

char * SPI_fname(TupleDescrowdesc, intcolnumber)

Description

SPI_fname returns a copy of the column 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 column name;NULL ifcolnumber is out of range.SPI_result set toSPI_ERROR_NOATTRIBUTE on error.


Prev Up Next
45.2. Interface Support Functions Home SPI_fnumber
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