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

SPI_gettypeid

SPI_gettypeid <refpurpose>return the data type <acronym>OID</acronym> of the specified column</refpurpose> — 指定された列のデータ型のOIDを返す

概要

Oid SPI_gettypeid(TupleDesc rowdesc, int colnumber)

説明

<title>Description</title>

<function>SPI_gettypeid</function> returns the <acronym>OID</acronym> of the data type of the specified column. SPI_gettypeidは指定された列のデータ型のOIDを返します。

引数

<title>Arguments</title>
TupleDesc rowdesc

input row description 入力行の記述

int colnumber

column number (count starts at 1) (1から始まる)列番号

戻り値

<title>Return Value</title>

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_resultSPI_ERROR_NOATTRIBUTEに設定されます。