Defined in packages/acs-core/utilities-procs.tclDeprecated.
Given a list of variable names this routine
creates variables named DBQvariable_name which can be used in
sql insert and update statements.
If -null_is_null_p is t then we return the string "null" unquoted
so that "update foo set var = $DBQvar where ..." will do what we want
if we default var to "null".
- Switches:
-
-null_is_null_p (defaults to
"f"
)
- Parameters:
-
vars