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

37.33. 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ビューには、現在のデータベースにある全ての関数のパラメータ(引数)についての情報があります。 現在のユーザが(所有している、あるいはある権限を持っているといった方法で)アクセスできる関数についてのみが示されます。

表37.31 parametersの列

<title><structname>parameters</structname> Columns</title>

Column Type 列 型

Description 説明

specific_catalog sql_identifier

Name of the database containing the function (always the current database) 関数が含まれるデータベースの名前です(常に現在のデータベースです)。

specific_schema sql_identifier

Name of the schema containing the function 関数が含まれるスキーマの名前です。

specific_name sql_identifier

The <quote>specific name</quote> of the function. See <xref linkend="infoschema-routines"/> for more information. 関数の仕様名称です。 詳細は37.45を参照してください。

ordinal_position cardinal_number

Ordinal position of the parameter in the argument list of the function (count starts at 1) 関数の引数リストにおけるパラメータの位置の序数(1から始まる)です。

parameter_mode character_data

<literal>IN</literal> for input parameter, <literal>OUT</literal> for output parameter, and <literal>INOUT</literal> for input/output parameter. 入力パラメータではIN、出力パラメータではOUT、入出力パラメータではINOUT です。

is_result yes_or_no

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

as_locator yes_or_no

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

parameter_name sql_identifier

Name of the parameter, or null if the parameter has no name 名前付きパラメータです。 無名のパラメータの場合はNULLです。

data_type character_data

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). 組み込み型の場合、パラメータのデータ型です。 何らかの配列の場合はARRAYです (この場合、element_typesビューを参照してください)。 さもなくば、USER-DEFINEDです (この場合、型はudt_name と関連する列で識別されます)。

character_maximum_length cardinal_number

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

character_octet_length cardinal_number

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

character_set_catalog sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

character_set_schema sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

character_set_name sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

collation_catalog sql_identifier

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

collation_schema sql_identifier

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

collation_name sql_identifier

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

numeric_precision cardinal_number

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

numeric_precision_radix cardinal_number

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

numeric_scale cardinal_number

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

datetime_precision cardinal_number

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

interval_type character_data

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

interval_precision cardinal_number

Always null, since this information is not applied to parameter data types in <productname>PostgreSQL</productname> 常にNULLです。 PostgreSQLでは、この情報はパラメータデータ型に適用されないからです。

udt_catalog sql_identifier

Name of the database that the data type of the parameter is defined in (always the current database) パラメータのデータ型を定義したデータベースの名前です (常に現在のデータベースです)。

udt_schema sql_identifier

Name of the schema that the data type of the parameter is defined in パラメータのデータ型を定義したスキーマの名前です。

udt_name sql_identifier

Name of the data type of the parameter パラメータのデータ型の名前です。

scope_catalog sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

scope_schema sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

scope_name sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

maximum_cardinality cardinal_number

Always null, because arrays always have unlimited maximum cardinality in <productname>PostgreSQL</productname> 常にNULLです。PostgreSQLでは配列の次数は無制限だからです。

dtd_identifier sql_identifier

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.) 関数に属するデータ型記述子内で一意なパラメータのデータ型記述子の識別子です。 これは主に、こうした識別子の他のインスタンスと結合する時に有用です (識別子の書式の仕様は定義されておらず、また、今後のバージョンでも同一のままであるという保証もありません)。

parameter_default character_data

The default expression of the parameter, or null if none or if the function is not owned by a currently enabled role. パラメータのデフォルト式であり、存在しない場合または現在有効なロールがその関数の所有者でない場合にはNULLです。