routine_sequence_usage
#
The view <literal>routine_sequence_usage</literal> identifies all sequences
that are used by a 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.) A sequence is only
included if that sequence is owned by a currently enabled role.
routine_sequence_usage
ビューは、SQL本体またはパラメータのデフォルト式のいずれかで関数またはプロシージャによって使用されるすべてのシーケンスを識別します。
(これは、引用符で囲まれていないSQL本体に対してのみ機能し、引用符で囲まれた本文や他の言語の関数では機能しません。)
シーケンスが含まれるのは、そのシーケンスが現在有効なロールによって所有されている場合のみです。
表35.41 routine_sequence_usage
Columns
Column Type 列 型 Description 説明 |
---|
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を参照してください。 |
Name of the database containing the function (always the current database) 関数が含まれるデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the function 関数が含まれるスキーマの名前です。 |
Name of the function (might be duplicated in case of overloading) 関数の名前です(オーバーロードされている場合は重複する可能性があります)。 |
Name of the database that contains the sequence that is used by the function (always the current database) 関数で使用されるシーケンスを含むデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the sequence that is used by the function 関数で使用されるシーケンスを含むスキーマの名前です。 |
Name of the sequence that is used by the function 関数で使用されるシーケンスの名前です。 |