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

SPI_getnspname

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

概要

char * SPI_getnspname(Relation rel)

説明

<title>Description</title>

<function>SPI_getnspname</function> returns a copy of the name of the namespace that the specified <structname>Relation</structname> belongs to. This is equivalent to the relation's schema. You should <function>pfree</function> the return value of this function when you are finished with it. SPI_getnspnameは、指定したRelationが属する名前空間名のコピーを返します。 これはリレーションのスキーマと同じです。 作業終了時に、この関数の戻り値に対してpfreeを行わなければなりません。

引数

<title>Arguments</title>
Relation rel

input relation 入力リレーション

戻り値

<title>Return Value</title>

The name of the specified relation's namespace. 指定したリレーションの名前空間の名称です。