template::query::dml (private)

 template::query::dml statement_name db name sql

Defined in packages/acs-templating/tcl/query-procs.tcl

Process an SQL statement that is not a query; perhaps update or insert

Parameters:
statement_name - Standard db_api statement name used to hook into query dispatcher
db - Database handle
name - Tcl variable name to use when setting the result
sql - Query to use when processing this command

Partial Call Graph (max 5 caller/called nodes):
%3 db_exec db_exec (public) template::query::dml template::query::dml template::query::dml->db_exec

Testcases:
No testcase defined.
Source code:

    upvar opts opts

    db_exec dml $db $statement_name $sql 3
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: