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):
%3 apm_assert_callback_type_supported apm_assert_callback_type_supported (public) apm_callback_type_supported_p apm_callback_type_supported_p apm_assert_callback_type_supported->apm_callback_type_supported_p apm_supported_callback_types apm_supported_callback_types (public) apm_callback_type_supported_p->apm_supported_callback_types

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: