SPI_getargtypeid
Name
SPI_getargtypeid -- return the data type OID for an argument of a statement prepared bySPI_prepare
Description
SPI_getargtypeid
returns the OID representing the type for the argIndex'th argument of a statement prepared by SPI_prepare
. First argument is at index zero.
Arguments
- SPIPlanPtr plan
prepared statement (returned by
SPI_prepare
)- int argIndex
zero based index of the argument