parameters
#
The view <literal>parameters</literal> contains information about
the parameters (arguments) of all functions in the current database.
Only those functions are shown that the current user has access to
(by way of being the owner or having some privilege).
parameters
ビューには、現在のデータベースにある全ての関数のパラメータ(引数)についての情報があります。
現在のユーザが(所有している、あるいはある権限を持っているといった方法で)アクセスできる関数についてのみが示されます。
表35.31 parameters
の列
Column Type 列 型 Description 説明 |
---|
Name of the database containing the function (always the current database) 関数が含まれるデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the function 関数が含まれるスキーマの名前です。 |
The <quote>specific name</quote> of the function. See <xref linkend="infoschema-routines"/> for more information. 関数の「仕様名称」です。 詳細は35.45を参照してください。 |
Ordinal position of the parameter in the argument list of the function (count starts at 1) 関数の引数リストにおけるパラメータの位置の序数(1から始まる)です。 |
<literal>IN</literal> for input parameter,
<literal>OUT</literal> for output parameter,
and <literal>INOUT</literal> for input/output parameter.
入力パラメータでは |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Name of the parameter, or null if the parameter has no name 名前付きパラメータです。 無名のパラメータの場合はNULLです。 |
Data type of the parameter, if it is a built-in type, or
<literal>ARRAY</literal> if it is some array (in that case, see
the view <literal>element_types</literal>), else
<literal>USER-DEFINED</literal> (in that case, the type is
identified in <literal>udt_name</literal> and associated
columns).
組み込み型の場合、パラメータのデータ型です。
何らかの配列の場合は |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。 |
Name of the database that the data type of the parameter is defined in (always the current database) パラメータのデータ型を定義したデータベースの名前です (常に現在のデータベースです)。 |
Name of the schema that the data type of the parameter is defined in パラメータのデータ型を定義したスキーマの名前です。 |
Name of the data type of the parameter パラメータのデータ型の名前です。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Always null, because arrays always have unlimited maximum cardinality in <productname>PostgreSQL</productname> 常にNULLです。PostgreSQLでは配列の次数は無制限だからです。 |
An identifier of the data type descriptor of the parameter, unique among the data type descriptors pertaining to the function. This is mainly useful for joining with other instances of such identifiers. (The specific format of the identifier is not defined and not guaranteed to remain the same in future versions.) 関数に属するデータ型記述子内で一意なパラメータのデータ型記述子の識別子です。 これは主に、こうした識別子の他のインスタンスと結合する時に有用です (識別子の書式の仕様は定義されておらず、また、今後のバージョンでも同一のままであるという保証もありません)。 |
The default expression of the parameter, or null if none or if the function is not owned by a currently enabled role. パラメータのデフォルト式であり、存在しない場合または現在有効なロールがその関数の所有者でない場合にはNULLです。 |