Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

InitIterator Method

Applies To

OraCollection

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 Oracle8 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.

See also
IterNext and IterPrev.

Example: Collection Iterator


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents