The OObject interface is a representation of an Oracle value instance
(non-referenceable object instance or embedded objects). Value instances are the
instances of an Oracle object type stored in the column of a table or attribute of an
another Oracle object instance or element of an Oracle collection.
Remarks
Implicitly OObject contains a collection interface for accessing and
manipulating (updating and inserting) individual attributes of an value instance.
Individual attributes can be accessed by calling GetAttrValue and providing an index
number or attribute name.
The OObject attribute index starts from 1. The Count property returns the
total number of attributes. Each attribute of the underlying value instance is
represented as an attribute object.
Construction and destruction:
OObject~OObjectoperator=
Attributes: