xo::db::Class proc delete_all_acs_objects (public)
xo::db::Class delete_all_acs_objects -object_type object_type
Defined in /var/www/openacs.org/packages/xotcl-core/tcl/05-db-procs.tcl
Delete all acs_objects of the object_type from the database.
- Switches:
- -object_type (required)
- Testcases:
- No testcase defined.
Source code: set table_name [::xo::db::Class get_table_name -object_type $object_type] if {$table_name ne ""} { ::xo::dc dml delete_instances {delete from :table_name} }XQL Not present: Generic, PostgreSQL, Oracle