SPI_gettypeid <refpurpose>return the data type <acronym>OID</acronym> of the specified column</refpurpose> — 指定された列のデータ型のOIDを返す
Oid SPI_gettypeid(TupleDescrowdesc
, intcolnumber
)
<function>SPI_gettypeid</function> returns the
<acronym>OID</acronym> of the data type of the specified column.
SPI_gettypeid
は指定された列のデータ型のOIDを返します。
TupleDesc rowdesc
input row description 入力行の記述
int colnumber
column number (count starts at 1) (1から始まる)列番号
The <acronym>OID</acronym> of the data type of the specified column
or <symbol>InvalidOid</symbol> on error. On error,
<varname>SPI_result</varname> is set to
<symbol>SPI_ERROR_NOATTRIBUTE</symbol>.
指定された列のデータ型のOIDです。
エラー時はInvalidOid
です。
エラー時、SPI_result
はSPI_ERROR_NOATTRIBUTE
に設定されます。