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

SPI_getrelname

SPI_getrelname <refpurpose>return the name of the specified relation</refpurpose> — 指定されたリレーションの名前を返す

概要

char * SPI_getrelname(Relation rel)

説明

<title>Description</title>

<function>SPI_getrelname</function> returns a copy of the name of the specified relation. (You can use <function>pfree</function> to release the copy of the name when you don't need it anymore.) SPI_getrelnameは指定リレーションの名前のコピーを返します (不要になった段階で、pfreeを使用して名前のコピーを解放することができます)。

引数

<title>Arguments</title>
Relation rel

input relation 入力リレーション

戻り値

<title>Return Value</title>

The name of the specified relation. 指定されたリレーションの名前です。