| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
ANYDATA TYPE, 3 of 8
This procedure sets the MODE of access of the current data value to be an attribute at a time (if the data value is of TYPECODE_OBJECT).
It sets the MODE of access of the data value to be a collection element at a time (if the data value is of collection type). Once this call has been made, subsequent calls to Set*() and Get*() will sequentially obtain individual attributes or collection elements.
MEMBER PROCEDURE PieceWise( self IN OUT NOCOPY AnyData);
| Parameter | Description |
|---|---|
|
self |
The current data value. |
The current data value must be of an OBJECT or COLLECTION type before this call can be made.
Piece-wise construction and access of nested attributes that are of object or collection types is not supported.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|