view_routine_usage
#
The view <literal>view_routine_usage</literal> identifies all
routines (functions and procedures) that are used in the query
expression of a view (the <command>SELECT</command> statement that
defines the view). A routine is only included if that routine is
owned by a currently enabled role.
view_routine_usage
ビューは、ビューの問い合わせ式(ビューを定義するSELECT
文)で使用されるすべてのルーチン(関数およびプロシージャ)を示します。
現在有効なロールが所有するルーチンのみが含まれます。
表35.62 view_routine_usage
の列
Column Type 列 型 Description 説明 |
---|
Name of the database containing the view (always the current database) ビューを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the view ビューを持つスキーマの名前です。 |
Name of the view ビューの名前です。 |
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を参照してください。 |