Large Character Strings (CLOB)

Large character strings (CLOB) enable you to store large amounts of data in columns.

Host Variable Formats

OpenESQL
01 clob1     SQL TYPE IS CLOB(2M).
  • OpenESQL native support is limited to handling 65000 bytes.
  • The clob1 format uses the CLOB SQL TYPE.
OpenESQL JVM Managed Runtime
OpenESQL JVM Managed Runtime applications have no byte limit. In addition to the definitions valid for OpenESQL, the following definition is also valid for the OpenESQL JVM Managed Runtime:
01 clob2     string.