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

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