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

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 © 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