Class XGClob

java.lang.Object
com.ocient.jdbc.XGClob
All Implemented Interfaces:
Clob, NClob

public class XGClob extends Object implements Clob, NClob
An in-memory implementation of java.sql.Clob and java.sql.NClob. This class can be either read-only (for data from an XGResultSet) or writeable (for data created via XGConnection.createClob()). It holds the data in a StringBuilder.