Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads

SPI_fname

Name

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.


PrevHomeNext
Interface Support FunctionsUpSPI_fnumber
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp