COLUMNS
The system table DOMAIN.COLUMNS
contains the columns of all the tables, view tables, results tables, and synonyms for which the current user has privileges.
|
CHAR(32) |
Name of the schema of the database object |
|
CHAR(32) |
Name of the owner of the database object |
|
CHAR(32) |
Name of the database object |
|
CHAR(32) |
Name of the column |
|
CHAR(3) |
Type of column (KEY | MAN | OPT) |
|
CHAR(10) |
Data type of column (BOOLEAN | CHAR | DATE | FIXED | FLOAT | INTEGER | CLOB | BLOB | SMALLINT | TIME | TIMESTAMP) |
|
CHAR(10) |
´Data type of column (BOOLEAN | CHAR | DATE | FIXED | FLOAT | INTEGER | CLOB | BLOB | SMALLINT | TIME | TIMESTAMP) |
|
CHAR(8) |
Code attribute of column (ASCII | BYTE | UNICODE) |
|
FIXED(4) |
Length or precision of the column |
|
FIXED(3) |
Number of decimal places in the columns of data type FIXED |
|
CHAR(3) |
Column can accept NULL value (YES | NO) |
|
CHAR(8) |
Privileges of the current user for the column |
|
CHAR(254) |
DEFAULT value for the column |
|
CHAR(12) |
Name, if the DEFAULT value is one of the following value specifications: NULL | USER | USERGROUP | SYSDBA | UID | DATE | TIME | TIMESTAMP | UTCDATE | TIMEZONE | UTCDIFF | TRUE | FALSE | TRANSACTION Otherwise NULL value |
|
CHAR(32) |
Name of the domain owner used for column definition |
|
CHAR(32) |
Name of the domain used for column definition |
|
FIXED(4) |
Original position of the column in the table |
|
FIXED(4) |
Original position of the key column in the table |
|
FIXED(4) |
Position of column on disk |
|
DATE |
Creation date of the column |
|
TIME |
Creation time of the column |
|
DATE |
Alter date of the column |
|
TIME |
Alter time of the column |
|
CHAR(8) |
Type of table (TABLE | VIEW | SYNONYM | RESULT | SYSTEM) |
|
CLOB |
Comment on the column |