triggered_update_columns
#
For triggers in the current database that specify a column list
(like <literal>UPDATE OF column1, column2</literal>), the
view <literal>triggered_update_columns</literal> identifies these
columns. Triggers that do not specify a column list are not
included in this view. Only those columns are shown that the
current user owns or has some privilege other than
<literal>SELECT</literal> on.
列リスト(UPDATE OF column1, column2
など)を指定する現在のデータベース内のトリガに関して、triggered_update_columns
ビューはこれらの列を示します。
列リストを指定しないトリガはこのビューには含まれません。
これらの列の内、現在のユーザが所有するまたはSELECT
以外の何らかの権限を持つもののみが示されます。
表35.54 triggered_update_columns
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that contains the trigger (always the current database) トリガを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the trigger トリガを持つスキーマの名前です。 |
Name of the trigger トリガの名前です。 |
Name of the database that contains the table that the trigger is defined on (always the current database) トリガが定義されたテーブルを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the table that the trigger is defined on トリガが定義されたテーブルを持つスキーマの名前です。 |
Name of the table that the trigger is defined on トリガが定義されたテーブルの名前です。 |
Name of the column that the trigger is defined on トリガが定義された列の名前です。 |