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

37.8. check_constraint_routine_usage #

The view <literal>check_constraint_routine_usage</literal> identifies routines (functions and procedures) that are used by a check constraint. Only those routines are shown that are owned by a currently enabled role. check_constraint_routine_usageは検査制約で使用される処理(関数およびプロシージャ)を示します。 現在有効なロールが所有する処理のみが表示されます。

表37.6 check_constraint_routine_usageの列

<title><structname>check_constraint_routine_usage</structname> Columns</title>

Column Type 列 型

Description 説明

constraint_catalog sql_identifier

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

constraint_schema sql_identifier

Name of the schema containing the constraint 制約が含まれるスキーマの名前です。

constraint_name sql_identifier

Name of the constraint 制約の名前です。

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を参照してください。