The following table describes the ODCIEnv.CallProperty 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 |
|---|---|---|---|
| None | INTEGER | 0 | The default option. |
| FirstCall | INTEGER | 1 | The first partition call. |
| Intermediate Call | INTEGER | 2 | The intermediate partition call. |
| FinalCall | INTEGER | 3 | The final call after the last partition. |
| RebuildIndex | INTEGER | 4 | The option for rebuilding an index. |
| RebuildPMO | INTEGER | 5 | The option for rebuilding PMO. |
| StatsGlobal | INTEGER | 6 | The option for specifying the collection of global statistics. |
| StatsGlobalAndPartition | INTEGER | 7 | The option for specifying the collection of global and partition-level statistics. |
| StatsPartition | INTEGER | 8 | The option for specifying the collection of partition-level statistics. |