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 (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 © 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