xo::db::Class instproc drop_object_type (public)

 <instance of xo::db::Class[i]> drop_object_type \
    [ -cascade cascade ]

Defined in packages/xotcl-core/tcl/05-db-procs.tcl

Drop an acs object_type; cascde true means that the attributes are dropped as well.

Switches:
-cascade
(defaults to "true") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
::acs::dc call acs_object_type drop_type  -object_type ${:object_type}  -cascade_p [expr {$cascade ? "t" : "f"}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: