xo::db::CrItem instproc delete (public)

 <instance of xo::db::CrItem[i]> delete

Defined in packages/xotcl-core/tcl/cr-procs.tcl

Delete the item from the content repository with the item_id taken from the instance variable.

Partial Call Graph (max 5 caller/called nodes):
%3 test_test_cr_items test_cr_items (test xotcl-core) xo::db::CrItem instproc delete xo::db::CrItem instproc delete test_test_cr_items->xo::db::CrItem instproc delete

Testcases:
test_cr_items
Source code:
# delegate deletion to the class
[:info class] delete -item_id ${:item_id}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: