INDEXCOLUMNS
The system table DOMAIN.INDEXCOLUMNS
contains
detailed information about the indexes for which the current database user
has privileges.
|
CHAR(32) |
Name of the table schema |
|
CHAR(32) |
Name of the owner of the table |
|
CHAR(32) |
Name of the table |
|
CHAR(32) |
Name of the index |
|
CHAR(8) BYTE |
ID of the index file |
|
CHAR(6) |
Index type (UNIQUE | NULL) |
|
CHAR(32) |
Name of the column |
|
CHAR(4) |
Sort sequence for the column (ASC | DESC) |
|
FIXED(4) |
Number of the column in the index |
|
CHAR(10) |
Data type of the column (BOOLEAN | CHAR | DATE | FIXED | FLOAT | INTEGER | SMALLINT | TIME | TIMESTAMP) |
|
FIXED(4) |
Length or accuracy of column definition |
|
DATE |
Creation date of the index |
|
TIME |
Creation time of the index |
|
FIXED(10) |
Frequency of use in search operations |
|
CHAR(20) |
Status of the index (OK | BAD | MISSING) |
|
CHAR(3) |
Index not active for search operations (YES | NO) |
|
CLOB |
Comment on the index |
Evaluating System Tables, INDEXCOLUMNS
SQL Reference Manual, Index Name (index_name)