ODCIIndexAlter parameter alter_option 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 | No index |
| AlterIndexRename | INTEGER | 1 | Rename an index |
| AlterIndexRebuild | INTEGER | 2 | Rebuild an index |
| AlterIndexRebuildOnline | INTEGER | 3 | Rebuild an index online |
| AlterIndexModifyCol | INTEGER | 4 | Modify an index column |
| AlterIndexUpdBlockRefs | INTEGER | 5 | Update index block references |
| AlterIndexRenameCol | INTEGER | 6 | Rename an index column |
| AlterIndexRenameTab | INTEGER | 7 | Rename an index Tab |
| AlterIndexMigrate | INTEGER | 8 | Migrate an index |
