SPI_exec <refpurpose>execute a read/write command</refpurpose> — 読み書きコマンドを実行する
int SPI_exec(const char *command
, longcount
)
<function>SPI_exec</function> is the same as
<function>SPI_execute</function>, with the latter's
<parameter>read_only</parameter> parameter always taken as
<literal>false</literal>.
SPI_exec
は、常にread_only
パラメータをfalse
としたSPI_execute
と同じです。
const char * command
string containing command to execute 実行するコマンドを含む文字列。
long count
maximum number of rows to return,
or <literal>0</literal> for no limit
返される行の最大数。無制限なら0
。
See <function>SPI_execute</function>.
SPI_execute
を参照してください。