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
は検査制約で使用される処理(関数およびプロシージャ)を示します。
現在有効なロールが所有する処理のみが表示されます。
表35.6 check_constraint_routine_usage
の列
Column Type 列 型 Description 説明 |
---|
Name of the database containing the constraint (always the current database) 制約が含まれるデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the constraint 制約が含まれるスキーマの名前です。 |
Name of the constraint 制約の名前です。 |
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を参照してください。 |