db_bind_var_quoted_p (private)
db_bind_var_quoted_p sql bind_start_idx bind_end_idx
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
- Parameters:
- sql (required)
- bind_start_idx (required)
- bind_end_idx (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: foreach {quote_start_idx quote_end_idx} [db_get_quote_indices $sql] { if { $bind_start_idx > $quote_start_idx && $bind_end_idx < $quote_end_idx } { return 1 } } return 0XQL Not present: Generic, PostgreSQL, Oracle