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 (required)
Author:
Peter Marklund

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

[ hide source ] | [ make this the default ]
Show another procedure: