truncateClob()

The system function LobLib.truncateClob truncates the value referenced by a variable of type CLOB.

  LobLib.truncateClob(
    clobVariable CLOB inOut,
    length BIGINT in)
clobVariable
A variable of type CLOB.
length
The number of bytes (not characters) in the output.

Related reference
CLOB
EGL library LobLib

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