db_qd_internal_load_cache (private)

 db_qd_internal_load_cache file_path

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

Flush queries for a particular file path, and reload them

Parameters:
file_path

Partial Call Graph (max 5 caller/called nodes):
%3 db_qd_load_query_file db_qd_load_query_file (public) db_qd_internal_load_cache db_qd_internal_load_cache db_qd_load_query_file->db_qd_internal_load_cache db_qd_internal_load_queries db_qd_internal_load_queries (private) db_qd_internal_load_cache->db_qd_internal_load_queries

Testcases:
No testcase defined.
Source code:
    # First we actually need to flush queries that are associated with that file tag
    # in case they are not all replaced by reloading that file. That is nasty! Oh well.

    # We'll do this later

    # we just reparse the file
    set stream [open $file_path "r"]
    db_qd_internal_load_queries $stream $file_path
    close $stream
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: