PostgreSQL 8.0.1 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
SPI_getargtypeid
Description
SPI_getargtypeid
returns the OID representing the type id for the argIndex'th argument of a plan prepared by SPI_prepare
. First argument is at index zero.
Arguments
- void * plan
execution plan (returned by
SPI_prepare
)- int argIndex
zero based index of the argument