db_fullquery_get_rdbms (private)

 db_fullquery_get_rdbms fullquery

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

Accessor for fullquery data abstraction

Parameters:
fullquery - datastructure constructed by db_fullquery_create
Returns:
rdbms descriptor

Partial Call Graph (max 5 caller/called nodes):
%3 db_fullquery_compatible_p db_fullquery_compatible_p (private) db_fullquery_get_rdbms db_fullquery_get_rdbms db_fullquery_compatible_p->db_fullquery_get_rdbms db_qd_internal_load_queries db_qd_internal_load_queries (private) db_qd_internal_load_queries->db_fullquery_get_rdbms db_qd_internal_store_cache db_qd_internal_store_cache (private) db_qd_internal_store_cache->db_fullquery_get_rdbms db_qd_pick_most_specific_query db_qd_pick_most_specific_query (private) db_qd_pick_most_specific_query->db_fullquery_get_rdbms

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