バージョンごとのドキュメント一覧

SPI_exec

SPI_exec <refpurpose>execute a read/write command</refpurpose> — 読み書きコマンドを実行する

概要

int SPI_exec(const char * command, long count)

説明

<title>Description</title>

<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と同じです。

引数

<title>Arguments</title>
const char * command

string containing command to execute 実行するコマンドを含む文字列。

long count

maximum number of rows to return, or <literal>0</literal> for no limit 返される行の最大数。無制限なら0

戻り値

<title>Return Value</title>

See <function>SPI_execute</function>. SPI_executeを参照してください。