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 (required)
- Partial Call Graph (max 5 caller/called nodes):
- 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 $streamXQL Not present: Generic, PostgreSQL, Oracle