PostgreSQL | ||
---|---|---|
Prev | Next |
SPI_getbinval(tuple, tupdesc, fnumber, isnull)
Input tuple to be examined
Input tuple description
Attribute number
Attribute binary value
flag for null value in attribute
SPI_ERROR_NOATTRIBUTE |
SPI_getbinval returns the binary value of the specified attribute.
Attribute numbers are 1 based.
Does not allocate new space for the binary value.
Prev | Home | Next |
SPI_getvalue | Up | SPI_gettype |