ODCIQueryInfo.Flags constants and their descriptions.
Constant Name |
Constant Type |
Default Value |
Description |
|---|---|---|---|
| QueryFirstRows | INTEGER | 1 | Optimizer mode is FIRST_ROWS |
| QueryAllRows | INTEGER | 2 | Optimizer mode is ALL_ROWS |
| QuerySortAsc | INTEGER | 4 | Query is sorted in ascending order |
| QuerySortDesc | INTEGER | 8 | Query is sorted in descending order |
| QueryBlocking | INTEGER | 16 | Query is blocked |
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
