Home > Contents > Index >
OBJECT.GET
Copies a field from an object.
Syntax
<OBJECT.GET NAME="some object name" FIELD="some field" [OUTPUT="some output"]/>Parameters
NAME (required)
- Name of the object.
FIELD (required)
- Name or type of field to retrieve.
OUTPUT (optional)
- Specifies the name of the output variable, which should be created in the environment. If this parameter is not specified, the variable is given the same name as the field.
Description
This tag copies a field value from a loaded object into the environment.
Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example copies the
name
column into a variable calledname
:<OBJECT.GET NAME="object1" FIELD="name" OUTPUT="name"/>See Also
OBJECT.GATHER
OBJECT.SCATTER
OBJECT.STREAM
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.