Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

OObject

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

~OObject

operator=

Attributes:

GetCount
GetTypeName
GetVersion
IsNull

IsOpen
operator==
operator!=

Operations:
Clone Close
GetAttrName
GetAttrType
GetAttrValue
Open
SetAttrValue