Call Escape Behavior
- Last Updated: August 24, 2021
- 1 minute read
- DataDirect Connectors
- ODBC
- PostgreSQL 8.0
- Documentation
Attribute
CallEscapeBehavior (CEB)
Purpose
Determines whether the driver calls a user-defined function or a stored procedure.
Valid Values
0 | 1 |
2
Behavior
If set to 0, the driver calls a user-defined function.
If set to 1, the driver calls a stored procedure.
If set to 2, the driver determines whether
to call a user-defined function or a stored procedure based on whether a return value
parameter is specified. If a return value parameter is specified, the driver calls a
user-defined function. If not, the driver calls a stored procedure.
Default
2