column_column_usage
#
The view <literal>column_column_usage</literal> identifies all generated
columns that depend on another base column in the same table. Only tables
owned by a currently enabled role are included.
column_column_usage
ビューは、同じテーブル内の別の基底列に基づくすべての生成列を示します。
現在有効なロールが所有するテーブルのみが含まれます。
表35.10 column_column_usage
の列
Column Type 列 型 Description 説明 |
---|
Name of the database containing the table (always the current database) テーブルを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the table テーブルを持つスキーマの名前です。 |
Name of the table テーブルの名前です。 |
Name of the base column that a generated column depends on 生成された列が基づく元の列の名前です。 |
Name of the generated column 生成された列の名前です。 |