acs::db::nsdb-postgresql method call apm unregister_application (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm unregister_application \
    [ -dbn dbn ] -package_key package_key  [ -cascade_p cascade_p ]

Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl

Automatically generated method TYPES: {character varying} boolean

Switches:
-dbn (optional)
-package_key (required)
-cascade_p (optional, defaults to "f")

Testcases:
No testcase defined.
Source code:
db_with_handle -dbn $dbn __DB {
   set s [ns_pg_bind 0or1row $__DB {select apm__unregister_application(:package_key,:cascade_p)}]
   return [ns_set value $s 0]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: