apm_remove_callback_proc (public)
apm_remove_callback_proc -type type -package_key package_key
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Remove the callback of a certain type for the given package.
- Switches:
- -type (required)
- -package_key (required)
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- apm__test_callback_get_set, apm__test_callback_invoke
Source code: apm_assert_callback_type_supported $type return [db_dml delete_proc {}]Generic XQL file: <fullquery name="apm_remove_callback_proc.delete_proc"> <querytext> delete from apm_package_callbacks where version_id = (select version_id from apm_enabled_package_versions where package_key = :package_key) and type = :type </querytext> </fullquery>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