truncateBlob()

The system function LobLib.truncateBlob truncates the value referenced by a variable of type BLOB.

  LobLib.truncateBlob(
    blobVariable BLOB inOut,
    length BIGINT in)
blobVariable
A variable of type BLOB.
length
The number of bytes in the output.

Related reference
BLOB
EGL library LobLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.