Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Clone (OBlob, OClob, OBfile) Method

Applies To

OBlob

OClob

OBfile

Description

Returns the Clone of OBlob, OClob, or OBfile object.

Usage

OBlob Clone(void) const throw(OException)

void Clone(OBlob* dest) const throw(OException)

OClob Clone(void) const throw(OException)

void Clone(OClob* dest) const throw(OException)

OBfile Clone(void) const throw(OException)

void Clone(OBfile* dest) const throw(OException)

Arguments

dest
The destination of the clone of the OBlob, OClob, or OBfile object.
Remarks

This method makes an copy of an OBfile, OBlob, or OClob. This copy does not change due to a Dynaset move operation or Refresh operation. No operation which modifies the LOB content of OBlob or OClob object can be performed on a Clone.