Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
Applies To
OClob
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. |
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.
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|