ODCIArgDesc.ArgType 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 |
|---|---|---|---|
| ArgOther | INTEGER | 1 | The actual parameter is an expression other than a column name, a literal, an ADT attr column, or NULL. |
| ArgCol | INTEGER | 2 | The actual parameter is a column name. |
| ArgLit | INTEGER | 3 | The actual parameter is a literal. |
| ArgAttr | INTEGER | 4 | The actual parameter is an ADT attr column. |
| ArgNull | INTEGER | 5 | The actual parameter is NULL. |
| ArgCursor | INTEGER | 6 | The actual parameter is a CURSOR expression. |
