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

 


TREEMANAGER.setobject

Sets an object on a node.

Syntax

Parameters

ftcmd (required)
Value must be set to setobject.

treename (required)
Name of the tree.

node (required)
ID of the node.

otype (optional)
Name of the object table.

oid (optional)
Identifies the object in an object table.

ncode (optional)
16-character string available for use by an application.

validate (optional)
If true, the object is validated before being set (see also validatenode ).

nrank (optional)
Value of rank to assign this node.

Description

The setobject command sets an object on a node.

The otype, oid, and ncode parameters may be NULL if validate is false. If validate is true, the existence of the table named with the otype parameter, and the existence of a record identified by the oid paremeter, is verified.

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 parameters.
-110
Invalid tree name.
-114
Missing class type (If validate is true).

Example

   Home > Contents > Index >

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