apm_package_singleton_p (private)
apm_package_singleton_p package_key
Defined in packages/acs-tcl/tcl/apm-procs.tcl
- Parameters:
- package_key (required)
- Returns:
- boolean telling whether a package is a singleton or not
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [acs::per_thread_cache eval -key acs-tcl.apm-singleton-$package_key { db_string check_singleton { select singleton_p from apm_package_types where package_key = :package_key } -default f }]Generic XQL file: packages/acs-tcl/tcl/apm-procs.xql
PostgreSQL XQL file: packages/acs-tcl/tcl/apm-procs-postgresql.xql
Oracle XQL file: packages/acs-tcl/tcl/apm-procs-oracle.xql