Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
Description
Initializes an iterator to scan a collection.
Usage
OraCollection.InitIterator
Remarks
This method initializes an iterator to point to the beginning of a collection. If this method is called for same Oracle9 collection instance, then this method resets the iterator to point back to the beginning of the collection. The OraCollection object automatically reinitializes the iterator when the underlying collection changes due to a dynaset row navigation or a parameter refresh method.
After you call InitIterator, you need to call IterNext or else the first element in the collection will be repeated an extra time.
See also IterNext and IterPrev.
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|