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

 


TREEMANAGER.delchildren

Deletes multiple nodes from a tree.

Syntax

Parameters

ftcmd (required)
Value must be set to delchildren.

treename (required)
Name of the tree.

nodeN (required)
Where N is 0 to the number of nodes that you want to delete.

Note that these parameters are the same as for delchild. Children are deleted from a single tree and the node parameter must be specified by counting from 0. See addchildren for more information.

description

The deletechildren command deletes multiple nodes from a tree. Child nodes of the nodes deleted 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.
-110
Invalid tree name.
-111
No nodes.

Example

See Also

delchild
addchildren

  Home > Contents > Index >

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