| Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
Copies a portion of the internal LOB value of an input OraBLOB or OraCLOB object to internal LOB value of this instance.
OraBlob.Copy srcBlob, amount, destOffset, srcOffset OraClob.Copy srcClob, amount, destOffset, srcOffset
The arguments for the method are:
| Arguments | Description | 
|---|---|
| [ in]srcLOB | An OraCLoborOraBLOBobject whose value is to be copied. | 
| [ in] [optional]amount | An Integerspecifying number of bytes or characters to copy. Default value is the size of theBLOBorCLOBvalue of thesrcLOBobject. | 
| [ in] [optional]destOffset | An Integerspecifying the offset in bytes or characters for the value of this object. Default value is1. | 
| [ in] [optional]srcOffset | An Integerspecifying the offset in bytes or characters, for the value of thesrcLOBobject. Default value is1. | 
Obtain either a row-level lock or object-level lock before calling this method.