APPEND procedures

The APPEND procedures provide the capability to append one large object to another.

Note: Both large objects must be of the same type.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-APPEND_BLOB--(--dest_lob--,--src_lob--)---------------------><

Read syntax diagramSkip visual syntax diagram
>>-APPEND_CLOB--(--dest_lob--,--src_lob--)---------------------><

Parameters

dest_lob
An input or output argument of type BLOB(10M) or CLOB(10M) that specifies the large object locator for the destination object. Must be the same data type as src_lob.
src_lob
An input argument of type BLOB(10M) or CLOB(10M) that specifies the large object locator for the source object. Must be the same data type as dest_lob.

Copyright© 2019 HCL Technologies Limited