Oracle Objects for OLE C++ Class Library
Release 9.2

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

Master Index

Feedback

Clone (OCollection) Method

Applies To

OCollection

Description

Returns the clone of OCollection object.

Usage

OCollection Clone( void) const throw(OException)

void Clone(OCollection *clone) const throw(OException)

Arguments

clone
A copy of an OCollection object.
Remarks

This method makes the copy of an Oracle collection and returns an OCollection associated with that copy. This copy of an Oracle collection does not change due to a Dynaset move operation or Refresh operation. An OCollection 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 © 1998, 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