Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) Part Number B14308-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: