category_tree::unmap (public)
category_tree::unmap -tree_id tree_id -object_id object_id
Defined in packages/categories/tcl/category-trees-procs.tcl
Unmap a category tree from a package (or other object) Note: This will not delete existing categorizations of objects.
- Switches:
- Options:
- -tree_id (required)
- -object_id (required)
- -tree_id
- category tree to be unmapped.
- -object_id
- object to unmap the category tree from.
- Author:
- Timo Hentschel <timo@timohentschel.de>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- category_tree_procs
Source code: db_dml unmap_tree { delete from category_tree_map where object_id = :object_id and tree_id = :tree_id }XQL Not present: Generic PostgreSQL XQL file: packages/categories/tcl/category-trees-procs-postgresql.xql
Oracle XQL file: packages/categories/tcl/category-trees-procs-oracle.xql