Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

OFieldCollection

The OFieldCollection object is the set of fields in a record in a dynaset query result set. You can get OFieldCollection objects from an ODynaset object using the GetFields method. OFieldCollection is a subclass of OOracleCollection.

The OFieldCollection is dynamic: it always reflects the current set of fields of the dynaset. It is read-only. You cannot add OFields through the collection.

You can get a particular field from the OFieldCollection with the GetField method.

The OFieldCollection class supports the following methods:

Construction and destruction:

OFieldCollection

~OFieldCollection

operator=

Attributes:

operator==

operator!=

GetCount

GetFieldByOriginalName

IsOpen

Operations:

Close

GetField

Error Handling:

ErrorNumber

ErrorReset

GetErrorText

LookupErrorText


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents