COLUMN_DOMAIN_USAGE
The COLUMN_DOMAIN_USAGE system view lists the table columns which depend on domains owned by the current ident.
Column name
|
Data type
|
Description
|
| DOMAIN_CATALOG |
VARCHAR(128) |
The name of the catalog containing the domain. |
| DOMAIN_SCHEMA |
VARCHAR(128) |
The name of the schema containing the domain. |
| DOMAIN_NAME |
VARCHAR(128) |
The name of the domain. |
| TABLE_CATALOG |
VARCHAR(128) |
The name of the catalog containing the table. |
| TABLE_SCHEMA |
VARCHAR(128) |
The name of the schema containing the table. |
| TABLE_NAME |
VARCHAR(128) |
The name of the table. |
| COLUMN_NAME |
VARCHAR(128) |
The name of the column. |