Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
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:
Attributes:
Operations:
Error Handling:
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|