db_exec_lob_oracle (private)
db_exec_lob_oracle [ -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).
- Switches:
- -ulevel (optional, defaults to
"2"
)- -subst (optional, defaults to
"all"
)- Parameters:
- type (required)
- db (required)
- statement_name (required)
- pre_sql (required)
- file (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.