xo::db::Class proc delete (public)

 xo::db::Class[i] delete -id id 

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

Delete the object from the database

Switches:
-id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_xotcl_core_tutorial_2 xotcl_core_tutorial_2 (test xotcl-core) xo::db::Class proc delete xo::db::Class proc delete test_xotcl_core_tutorial_2->xo::db::Class proc delete

Testcases:
xotcl_core_tutorial_2
Source code:
::acs::dc call acs_object delete -object_id $id
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: