ODCIIndexInfo.IndexInfoFlags constants and their descriptions.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Constant name |
Constant type |
Default value |
Description |
|---|---|---|---|
| Local | INTEGER | 1 | Local |
| RangePartn | INTEGER | 2 | Range partition |
| HashPartn | INTEGER | 4 | Hash partition |
| Online | INTEGER | 8 | Online |
| Parallel | INTEGER | 16 | Parallel |
| Unusable | INTEGER | 32 | Unusable |
| IndexOnIOT | INTEGER | 64 | IOT index |
| TransTblspc | INTEGER | 128 | The domain index is created in a movable tablespace session. |
| FunctionIdx | INTEGER | 256 | Function index |
| ListPartn | INTEGER | 512 | List partition |
| UpdateGlobalIndexes | INTEGER | 1024 | Global index |
