db_bind_var_substitution (public)
db_bind_var_substitution sql [ bind ]
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
This proc emulates the bind variable substitution in the PostgreSQL driver. Since this is a temporary hack, we do it in Tcl instead of hacking up the driver to support plsql calls. This is only used for the db_exec_plpgsql function.
- Parameters:
- sql (required)
- bind (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db_bind_var_substitution