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

47.2. インタフェースサポート関数 #

SPI_fname — 指定した列番号に対する列名を決定する
SPI_fnumber — 指定した列名から列番号を決定する
SPI_getvalue — 指定された列の文字列値を返す
SPI_getbinval — 指定した列のバイナリ値を返す
SPI_gettype — 指定された列のデータ型名を返す
SPI_gettypeid — 指定された列のデータ型のOIDを返す
SPI_getrelname — 指定されたリレーションの名前を返す
SPI_getnspname — 指定されたリレーションの名前空間を返す
SPI_result_code_string — 文字列でエラーコードを返します
<title>Interface Support Functions</title>

The functions described here provide an interface for extracting information from result sets returned by <function>SPI_execute</function> and other SPI functions. 以下で説明する関数は、SPI_executeや他のSPI関数で返される結果セットから情報を取り出すためのインタフェースを提供します。

All functions described in this section can be used by both connected and unconnected C functions. 本節で説明する関数は全て、接続、未接続のC関数のどちらからでも使用することができます。

*********************************************** *********************************************** *********************************************** *********************************************** *********************************************** *********************************************** ***********************************************