db_qd_internal_get_cache (private)
db_qd_internal_get_cache fullquery_name
Defined in packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
Load from Cache
- Parameters:
- fullquery_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # # In case, nothing is stored, return empty. # if {![nsv_get OACS_FULLQUERIES $fullquery_name data]} { return "" } return $dataXQL Not present: Generic, PostgreSQL, Oracle