Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 1 (10.1) Part Number B10119-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.