Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
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 © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback