SPI_getargcount
Nome
SPI_getargcount -- return the number of arguments needed by a plan prepared by
SPI_prepare
Sinopse
int SPI_getargcount(void * plan)
Descrição
SPI_getargcount returns the number of arguments needed to execute a plan prepared by SPI_prepare.
Argumentos
- void * plan
-
execution plan (returned by SPI_prepare)
Valor retornado
The expected argument count for the plan, or SPI_ERROR_ARGUMENT if the plan is NULL