Home > Contents > Index >
ics:treemanager.addchildren
Adds multiple nodes to a tree table using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="addchildren"/> <ics:argument name="treename" value="name"/> <ics:argument name="nparentidN" value="node ID"/> [<ics:argument name="otypeN" value="table name"/>] [<ics:argument name="oidN" value="object ID"/>] [<ics:argument name="oversionN" value="object version"/>] [<ics:argument name=ncodeN value="string value"/>] [<ics:argument name=nrankN value="node rank"/>] </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to
addchildren
.
treename (required)
- Name of the tree.
nparentidN (required)
- NID of the parent node. The value N corresponds to the row number to be added starting from
0
(zero). Top level nodes are identified by a zero value. Must be an integer. Unlike theaddchild
command,nparentid
N must be provided and cannot be leftNULL
.
otypeN (optional)
- Name of an object table. The value N corresponds to the row number to be added starting from 0 (zero).
oidN (optional)
- Identifies the current object on this node. The
oid
should correspond to a value in the object table'sid
column. The value of N corresponds to the row number to be added starting from0
(zero).
oversionN (optional)
- A numeric value that specifies the version of the object. This parameter is not supported for this release of Sites, and is reserved for use in later versions.
ncodeN (optional)
- 16-character string value that can be used by an application. The value of N corresponds to the row number to be added starting from
0
(zero).
nrankN (optional)
- Numeric value of the rank to assign this node. The value of N corresponds to the row number to be added starting from
0
(zero).
errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -103 No table. -105 Database error. -106 Missing or invalid parameter. -110 Invalid tree name.See Also
The following
ics:treemanager
commands:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.