GNU/Linux |
CentOS 5.4 |
|
![]() |
spi_getargcount(7) |
![]() |
SPI_getargcount − return the number of arguments needed by a plan prepared by SPI_prepare
int SPI_getargcount(void * plan)
SPI_getargcount returns the number of arguments needed to execute a plan prepared by SPI_prepare.
void * plan
execution plan (returned by SPI_prepare)
The expected argument count for the plan, or SPI_ERROR_ARGUMENT if the plan is NULL
![]() |
spi_getargcount(7) | ![]() |