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 * commandstring 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を参照してください。