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

37.43. routine_sequence_usage #

The view <literal>routine_sequence_usage</literal> is meant to identify all sequences that are used by a function or procedure, either in the body or in parameter default expressions. Currently, only sequences used in parameter default expressions are tracked. A sequence is only included if that sequence is owned by a currently enabled role. routine_sequence_usageビューは、本体またはパラメータのデフォルト式のいずれかで関数またはプロシージャによって使用される全てのシーケンスを識別することを目的としています。 現在、パラメータのデフォルト式で使用されるシーケンスのみが追跡されます。 シーケンスが含まれるのは、そのシーケンスが現在有効なロールによって所有されている場合のみです。

表37.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. 関数の仕様名称です。 詳細は37.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 関数で使用されるシーケンスの名前です。