Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

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



 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents