DB2 Version 10.1 for Linux, UNIX, and Windows

DB2GENERAL Java™ class: COM.ibm.db2.app.Lob

This class provides utility routines that create temporary Blob or Clob objects for computation inside routines.

The following methods are associated with the COM.ibm.db2.app.Lob class:
public static Blob newBlob() throws Exception

This function creates a temporary Blob. It will be implemented using a LOCATOR if possible.

public static Clob newClob() throws Exception

This function creates a temporary Clob. It will be implemented using a LOCATOR if possible.