Skip to main content
Version: Next

COPY BLOB

COPY BLOB ( srcBLOB : Blob ; dstBLOB : Blob ; srcOffset : Integer ; dstOffset : Integer ; len : Integer )

ParameterTypeDescription
srcBlobBlob→Source BLOB
dstBlobBlob→Destination BLOB
srcOffsetInteger→Source position for the copy
dstOffsetInteger→Destination position for the copy
lenInteger→Number of bytes to be copied
History
ReleaseChanges
6Created

Description​

The COPY BLOB command copies the number of bytes specified by len from the BLOB srcBLOB to the BLOB dstBLOB.

The copy starts at the position (expressed relative to the beginning of the source BLOB) specified by srcOffset and takes place at the position (expressed relative to the beginning of the destination BLOB) specified by dstOffset.

Note: The destination BLOB can be resized if necessary.

See also​

DELETE FROM BLOB
INSERT IN BLOB

Properties​

Command number558
Thread safeyes