util_dbq

EveAndersson.com : API Browser : util_dbq

util_dbq

util_dbq [ -null_is_null_p null_is_null_p ] vars
Defined in packages/acs-core/utilities-procs.tcl

Deprecated.

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
[ show source ]

Show another procedure:

eve@eveandersson.com