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

35.43. 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 説明

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. 関数の仕様名称です。 詳細は35.45を参照してください。

routine_catalog sql_identifier

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

routine_schema sql_identifier

Name of the schema containing the function 関数が含まれるスキーマの名前です。

routine_name sql_identifier

Name of the function (might be duplicated in case of overloading) 関数の名前です(オーバーロードされている場合は重複する可能性があります)。

schema_catalog sql_identifier

Name of the database that contains the sequence that is used by the function (always the current database) 関数で使用されるシーケンスを含むデータベースの名前です(常に現在のデータベースです)。

sequence_schema sql_identifier

Name of the schema that contains the sequence that is used by the function 関数で使用されるシーケンスを含むスキーマの名前です。

sequence_name sql_identifier

Name of the sequence that is used by the function 関数で使用されるシーケンスの名前です。