ODCIIndexAlter 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 |
|---|---|---|---|
| AlterIndexNone | INTEGER | 0 | Default option |
| AlterIndexRename | INTEGER | 1 | Rename partition option |
| AlterIndexRebuild | INTEGER | 2 | Rebuild index option |
| AlterIndexRebuildOnline | INTEGER | 3 | Online rebuild index |
| AlterIndexModifyCol | INTEGER | 4 | Modify index column |
| AlterIndexUpdBlockRefs | INTEGER | 5 | IOT update block reference |
| AlterIndexRenameCol | INTEGER | 6 | Rename the column on which the domain index is based |
| AlterIndexRenameTab | INTEGER | 7 | Rename the table on which the domain index is based |
| AlterIndexMigrate | INTEGER | 8 | Migrate a user-managed domain index to a system-managed domain index |
