Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

Clone (OraCollection) Method

Applies To

OraCollection

Description

Returns the clone of OraCollection object.

Arguments

[IN]OraCollection1
A valid OraCollection object
Usage

set OraCollection1 = OraCollection.Clone

Remarks

This method makes the copy of an Oracle collection and returns an OraCollection 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 to modify its element values.


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback