freeClob()

The lobLib.freeClob() system function releases the resources used by a CLOB variable.

Syntax

  lobLib.freeClob(clobVariable CLOB inOut)
clobVariable
The CLOB variable. If this parameter has a null value, the function does nothing.

Feedback