|
NAMESPI_exec - execute a read/write commandSYNOPSISint SPI_exec(const char * command, long count) DESCRIPTIONSPI_exec is the same as SPI_execute, with the latter's read_only parameter always taken as false.ARGUMENTSconst char * commandstring containing command to execute
long count maximum number of rows to return, or 0 for no limit
RETURN VALUESee SPI_execute.
Visit the GSP FreeBSD Man Page Interface. |