INDEXES
The system table DOMAIN.INDEXES
contains all the indexes for which the current 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 |
Identification of the index file |
|
CHAR(32) |
Name of the schema of the database function used for the function index |
|
CHAR(32) |
Name of the database function used for the function index |
|
CHAR(6) |
Index type (UNIQUE | NULL) |
|
DATE |
Creation date of the index |
|
TIME |
Creation time of the index |
|
FIXED(10) |
Frequency of use in search operations |
|
DATE |
Date on which ALTER INDEX INIT USAGE was last executed |
|
TIME |
Time at which ALTER INDEX INIT USAGE was last executed |
|
CHAR(20) |
Status of the index (OK | BAD | MISSING) |
|
CHAR(3) |
Index not active for search operations (YES | NO) |
|
CLOB |
Comment on the index |
If the INDEXES
system table is called by the database system administrator, information from all database users indexes is displayed.