SPI_gettypeid
SPI_gettypeid — return the data typeOID of the specified column
Synopsis
Oid SPI_gettypeid(TupleDescrowdesc
, intcolnumber
)
Description
SPI_gettypeid
returns theOID of the data type of the specified column.
Arguments
TupleDesc
rowdesc
input row description
int
colnumber
column number (count starts at 1)