Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
Description
Copies a portion of the internal LOB value of an input OraBlob/OraClob object to internal LOB value of this instance.
Arguments |
Description |
---|---|
[in]srcLOB |
An OraCLob or OraBlob object whose value is to be copied |
[in][optional] amount |
An integer specifying number of bytes or characters to copy. Default value is the size of the BLOB/CLOB value of the srcLOB object. |
[in] [optional]destOffset |
An integer specifying the offset in bytes or characters for the value of this object. Default value is 1. |
[in] [optional]srcOffset |
An integer specifying the offset in bytes or characters, for the value of the srcLOB object. Default value is 1. |
OraBlob.Copy srcBlob,amount,destOffset,srcOffset
OraClob.Copy srcClob,amount,destOffset,srcOffset
Remarks
Either row-level lock or object-level locks should be obtained before calling this method.
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|