Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

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.


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents