SYS.INDEXES
The INDEXES table stores information about the indexes in the database, including the name, the type, the index key and whether the index is unique.
                  
Columns
| Column name | Type | Description | 
|---|---|---|
| 
 | 
 | Index name | 
| 
 | 
 | Name of index owner | 
| 
 | 
 | TimesTen identifier of index | 
| 
 | 
 | TimesTen identifier of indexed table | 
| 
 | 
 | Index type 0 - hash index 1 - range index (t-tree) 3 - range index (b-tree) | 
| 
 | 
 | Uniqueness 0 - nonunique index 1 - unique index | 
| 
 | 
 | Primary key 0 - not a primary key for table 1 - primary key for table | 
| 
 | 
 | Global or local index 0 - local 1 - global | 
| 
 | 
 | Internal use | 
| 
 | 
 | Number of columns in the index key | 
| 
 | 
 | Array of two-byte integer column numbers of index key, mapped to binary | 
| 
 | 
 | Number of pages specified for hash index | 
| 
 | 
 | Internal use only | 
| 
 | 
 | Internal use only | 
| 
 | 
 | Internal use only | 
| 
 | 
 | Internal use only | 
| 
 | 
 | Internal use only | 
| 
 | 
 | Internal use only | 
| 
 | 
 | Internal materialized view ID for the global index |