Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
Applies To
Description
Moves iterator to point to the previous collection element.
Usage
void IterPrev(void) const throw(OException)
Arguments
none |
Accessing collection elements using iterator is faster than using index on OCollection object. If the iterator is pointing to the first element of the collection prior to executing this function, then calling this method will make the BOC property to return true. The iterator will be left unchanged in that case. BOC property should be checked when calling this method repetitively.
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|