Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
Release 9.2.0.4

Part Number B10954-01
Go To Table Of Contents
Contents

Clone (OObject) Method

Applies To

OObject

Description

Returns the Clone of an OObject object.

Usage

OObject Clone(void) const throw(
OException)

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

Arguments

clone
A copy of an OObject object.
Remarks

This method makes the copy of a Value instance/Ref value and returns an OObject associated with that copy. This copy does not change due to a Dynaset move operation or Refresh operation. The OObject object returned by this method allows an operation to access its attribute values of an underlying value instance and disallows any operation to modify its attribute values.


 
Oracle
Copyright © 1998, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents