db_exec

EveAndersson.com : API Browser : db_exec

db_exec (private)

db_exec type db statement_name sql [ args... ]
Defined in packages/acs-core/10-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).

Parameters:
type
db
statement_name
sql
[ show source ]

Show another procedure:

eve@eveandersson.com