SYSCAT.TABLES catalog view
Each row represents a table, view, alias, or nickname. Each table or view hierarchy has one additional row representing the hierarchy table or hierarchy view that implements the hierarchy. Catalog tables and views are included.
每一行代表一张表,视图,别名或昵称。 每个表或视图层次结构都有一个额外的行,代表实现层次结构的层次结构表或层次结构视图。 包括目录表和视图。
Column Name | Data Type | Nullable | Description |
---|---|---|---|
TABSCHEMA | VARCHAR(128) | Schema name of the object. | |
TABNAME | VARCHAR(128) | Unqualified name of the object. | |
OWNER | VARCHAR(128) | Authorization ID under which the table, view, alias, or nickname was created. | |
TYPE | CHAR(1) | Type of object.
|
|
STATUS | CHAR(1) | Status of the object.
|
|
BASE_TABSCHEMA | VARCHAR(128) | Y | If TYPE = 'A', contains the schema name of the table, view, alias, or nickname that is referenced by this alias; null value otherwise. |
BASE_TABNAME | VARCHAR(128) | Y | If TYPE = 'A', contains the unqualified name of the table, view, alias, or nickname that is referenced by this alias; null value otherwise. |
ROWTYPESCHEMA | VARCHAR(128) | Y | Schema name of the row type for this table, if applicable; null value otherwise. |
ROWTYPENAME | VARCHAR(128) | Y | Unqualified name of the row type for this table, if applicable; null value otherwise. |
CREATE_TIME | TIMESTAMP | Time at which the object was created. | |
INVALIDATE_TIME | TIMESTAMP | Time at which the object was last invalidated. | |
STATS_TIME | TIMESTAMP | Y | Time at which any change was last made to recorded statistics f |