skip to main content
Using the driver : Large object (LOB) support
  

Try DataDirect Drivers Now

Large object (LOB) support

The driver allows you to retrieve LONGVARCHAR data, using JDBC methods designed for Character Large Object (CLOB) data. When using these methods to update long data as CLOBs data, the updates are made to the local copy of the data contained in the CLOB object.
Retrieving and updating long data using JDBC methods designed for CLOB data provides some of the same benefits as retrieving and updating CLOB data, such as:
*Provides random access to data
*Allows searching for patterns in the data
To provide the benefits normally associated with CLOB data, data must be cached. Because data is cached, your application will incur a performance penalty, particularly if data is read once sequentially. This performance penalty can be severe if the size of the long data is larger than available memory.