The following table describes the ODCIIndexInfo.IndexInfoFlags constants.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
| Constant | Data type | Default value | Description |
|---|---|---|---|
| Local | INTEGER | 1 | Indicates a local index. |
| RangePartn | INTEGER | 2 | Indicates RANGE partitioning. |
| HashPartn | INTEGER | 4 | Indicates HASH partitioning. |
| Online | INTEGER | 8 | Indicates an online domain index. |
| Parallel | INTEGER | 16 | Indicates the degree of parallelism (DOP). |
| 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 LIST partitioning. |
| UpdateGlobalIndexes | INTEGER | 1024 | Indicates a global index. |