db_qd_internal_load_queries (private)

 db_qd_internal_load_queries file_pointer file_tag

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

Load up a bunch of queries from a file pointer The file_tag parameter is for later flushing of a series of queries when a particular query file has been changed. DRB: it is now used to track the mtime of the query file when loaded, used by the APM to determine when a package should be reloaded. This code depends on the file tag parameter being set to the actual file path to the query file.

Parameters:
file_pointer
file_tag

Partial Call Graph (max 5 caller/called nodes):
%3 db_qd_internal_load_cache db_qd_internal_load_cache (private) db_qd_internal_load_queries db_qd_internal_load_queries db_qd_internal_load_cache->db_qd_internal_load_queries ad_make_relative_path ad_make_relative_path (public) db_qd_internal_load_queries->ad_make_relative_path db_fullquery_create db_fullquery_create (private) db_qd_internal_load_queries->db_fullquery_create db_fullquery_get_bind_vars db_fullquery_get_bind_vars (private) db_qd_internal_load_queries->db_fullquery_get_bind_vars db_fullquery_get_load_location db_fullquery_get_load_location (private) db_qd_internal_load_queries->db_fullquery_get_load_location db_fullquery_get_name db_fullquery_get_name (private) db_qd_internal_load_queries->db_fullquery_get_name

Testcases:
No testcase defined.
[ show source ]
Show another procedure: