Clone (OraCollection) Method
Description
Returns the clone of an OraCollection
object.
Usage
set OraCollection1 = OraCollection.Clone
Arguments
The arguments for the method are:
Remarks
This method makes a copy of an Oracle collection and returns an OraCollection
object associated with that copy. This copy of an Oracle collection does not change due to a dynaset move operation or OraSQLStmt
Refresh
operation. An OraCollection
object returned by this method allows operations to access its element values of the underlying Oracle collection and prohibits any operation that modifies its element values.