db_fullquery_get_querytext (public)

 db_fullquery_get_querytext 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:
query text

Testcases:
db__database_interface
Source code:
    return [lindex $fullquery 1]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: