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. |