routine_routine_usage
#
The view <literal>routine_routine_usage</literal> identifies all functions
or procedures that are used by another (or the same) function or procedure,
either in the SQL body or in parameter default expressions. (This only
works for unquoted SQL bodies, not quoted bodies or functions in other
languages.) An entry is included here only if the used function is owned
by a currently enabled role. (There is no such restriction on the using
function.)
routine_routine_usage
ビューは、SQL本体またはパラメータのデフォルト式のいずれかで、別の(または同じ)関数またはプロシージャによって使用される、すべての関数またはプロシージャを識別します。
(これは、引用符で囲まれていないSQL本体に対してのみ機能し、引用符で囲まれた本文や他の言語の関数では機能しません。)
ここにエントリが含まれるのは、使用される関数が現在使用可能なロールによって所有されている場合のみです。
(使用する関数にこのような制限はありません。)
Note that the entries for both functions in the view refer to the <quote>specific</quote> name of the routine, even though the column names are used in a way that is inconsistent with other information schema views about routines. This is per SQL standard, although it is arguably a misdesign. See <xref linkend="infoschema-routines"/> for more information about specific names. ビュー内の両方の関数のエントリは、ルーチンに関する他の情報スキーマビューと矛盾する方法で列名が使用されていても、ルーチンの「仕様」名称を参照していることに注意してください。 これはSQL標準に従っていますが、間違いなく設計ミスです。 仕様名称の詳細は35.45を参照してください。
表35.40 routine_routine_usage
Columns
Column Type 列 型 Description 説明 |
---|
Name of the database containing the using function (always the current database) 使用する関数が含まれるデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the using function 使用する関数が含まれるスキーマの名前です。 |
The <quote>specific name</quote> of the using function. 使用する関数の「仕様名称」です。 |
Name of the database that contains the function that is used by the first function (always the current database) 最初の関数で使用される関数を含むデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the function that is used by the first function 最初の関数で使用される関数を含むスキーマの名前です。 |
The <quote>specific name</quote> of the function that is used by the first function. 最初の関数で使用される関数の「仕様名称」です。 |