Home > Contents > Index > 
OBJECT.STREAM
Streams the value of a field from an object.
Syntax
<OBJECT.STREAM NAME="some object name" FIELD="some field" [RESOLVE="true or false"]/>Parameters
NAME (required)- Name of the object.
FIELD (required)- Field to be used for streaming.
RESOLVE (optional)- Indicates if variable references in the field should be resolved. The default value is
false.
Description
This tag streams the field value of a loaded object.
Error Numbers
The possible values of
errnoinclude:
Example
The following example streams the
namefield fromobject1.<OBJECT.STREAM NAME="object1" FIELD="name" RESOLVE="false"/>See Also
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.