Column name
|
Data type
|
Description
|
---|---|---|
ID
|
INTEGER
|
Unique table identifier.
|
TABLE_NAME
|
WVARCHAR
|
The name of the table.
|
TABLE_TYPE
|
WVARCHAR
|
The type of the table (BASE TABLE or VIEW).
|
TABLE_SCHEMA
|
WVARCHAR
|
The name of the schema containing TABLE_NAME
|
TABLE_CATALOG
|
WVARCHAR
|
The name of the catalog containing TABLE_NAME.
|
CREATIME
|
TIMESTAMP
|
The creation time of the table.
|
CHECKSTRING
|
LONG WVARCHAR
|
Possible check option defined for the table.
|
REMARKS
|
LONG WVARCHAR
|
Reserved for future use.
|