SPI_exec — 読み書きコマンドを実行する
int SPI_exec(const char * command, long count)
command
count
SPI_execは、常にread_onlyパラメータをfalseとしたSPI_executeと同じです。
SPI_exec
read_only
false
SPI_execute
const char * command
実行するコマンドを含む文字列。
long count
返される行の最大数。無制限なら0。
0
SPI_executeを参照してください。