PostgreSQL | ||
---|---|---|
Prev | Next |
SPI_gettype(tupdesc, fnumber)
Input tuple description
Attribute number
The type name for the specified attribute number
SPI_ERROR_NOATTRIBUTE |
SPI_gettype returns a copy of the type name for the specified attribute.
Attribute numbers are 1 based.
Does not allocate new space for the binary value.
Prev | Home | Next |
SPI_getbinval | Up | SPI_gettypeid |