db_fullquery_get_bind_vars (private)

 db_fullquery_get_bind_vars fullquery

Defined in packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl

Accessor for fullquery data abstraction

Parameters:
fullquery (required)
datastructure constructed by db_fullquery_create
Returns:
bind vars

Testcases:
No testcase defined.
Source code:
    return [lindex $fullquery 2]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: