apm_callback_type_supported_p (public)
apm_callback_type_supported_p type
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Return 1 if the given type of callback is supported and 0 otherwise.
- Parameters:
- type
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [expr {$type in [apm_supported_callback_types]}]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