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 theargIndex'th argument of a statement prepared bySPI_prepare
. First argument is at index zero.
Arguments
- SPIPlanPtrplan
prepared statement (returned by
SPI_prepare
)- intargIndex
zero based index of the argument