]> begriffs open source - ai-pg/blob - full-docs/txt/spi-spi-exec.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / spi-spi-exec.txt
1
2 SPI_exec
3
4    SPI_exec — execute a read/write command
5
6 Synopsis
7
8 int SPI_exec(const char * command, long count)
9
10 Description
11
12    SPI_exec is the same as SPI_execute, with the latter's read_only
13    parameter always taken as false.
14
15 Arguments
16
17    const char * command
18           string containing command to execute
19
20    long count
21           maximum number of rows to return, or 0 for no limit
22
23 Return Value
24
25    See SPI_execute.