Home > Contents > Index >  
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 


TREEMANAGER.delchild

Deletes a node from a tree.

Syntax

Parameters

ftcmd (required)
Value must be set to delchild.

treename (required)
Name of the tree.

node (required)
Node ID of the child to remove.

Description

The delchild command deletes a node from a tree. All child nodes are also removed. The objects pointed to by the nodes are not affected.

errno

The possible values of errno include:

Value
Description
-3
No access privileges to table.
-103
No table.
-105
Database error.
-101
No rows returned.
-111
No nodes.

Example

See Also

delchildren
addchild

   Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.