db_exec_lob_postgresql (private)

 db_exec_lob_postgresql [ -ulevel ulevel ] [ -subst subst ] type db \
    statement_name pre_sql [ file ]

Defined in packages/acs-tcl/tcl/01-database-procs.tcl

A helper procedure to execute a SQL statement, potentially binding depending on the value of the $bind variable in the calling environment (if set). Low level replacement for db_exec which emulates blob handling.

Switches:
-ulevel
(defaults to "2") (optional)
-subst
(defaults to "all") (optional)
Parameters:
type
db
statement_name
pre_sql
file (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 ad_file ad_file (public) db_bind_var_substitution db_bind_var_substitution (public) db_qd_replace_sql db_qd_replace_sql (public) ds_collect_db_call ds_collect_db_call (public) db_exec_lob_postgresql db_exec_lob_postgresql db_exec_lob_postgresql->ad_file db_exec_lob_postgresql->db_bind_var_substitution db_exec_lob_postgresql->db_qd_replace_sql db_exec_lob_postgresql->ds_collect_db_call

Testcases:
No testcase defined.
[ show source ]
Show another procedure: