The following table describes the ODCIIndexInfo.IndexInfoFlags constants.
| Constant | Data type | Default value | Description |
|---|---|---|---|
| Local. | INTEGER | 1 | Indicates a local domain index. |
| RangePartn | INTEGER | 2 | Indicates that the base table is RANGE-partitioned. |
| HashPartn | INTEGER | 4 | Indicates that the base table is HASH-partitioned. |
| Online | INTEGER | 8 | Indicates an online domain index. |
| Parallel | INTEGER | 16 | Indicates the degree of parallelism (DOP) is specified for the index. |
| Unusable | INTEGER | 32 | Indicates that the index is marked unusable. |
| IndexOnIOT | INTEGER | 64 | Indicates an IoT index. |
| TransTblspc | INTEGER | 128 | Indicates that the domain index is created in a transportable tablespace session. |
| FunctionIdx | INTEGER | 256 | Indicates a function-based domain index. |
| ListPartn | INTEGER | 512 | Indicates that the base table is LIST-partitioned. |
| UpdateGlobalIndexes | INTEGER | 1024 | Indicates that the index is an updated global domain index. |