IterNext Method

Applies To

OraCollection

Description

Moves iterator to point to the next collection element.

Usage

OraCollection.IterNext

Remarks

Accessing collection elements using iterator is faster than using index on OraCollection object. If the iterator is pointing to the last element of the collection prior to executing this function, then calling this method will make the EOC property to return true.The iterator will be left unchanged in that case. EOC property should be checked when calling this method repetitively .

Example: Collection Iterator