Class SQLClob

All Implemented Interfaces:
Externalizable, Serializable, Comparable, Formatable, Storable, StreamStorable, TypedFormat, ConcatableDataValue, DataValueDescriptor, Orderable, StringDataValue, VariableSizeDataValue
Direct Known Subclasses:
CollatorSQLClob

public class SQLClob extends SQLVarchar
SQLClob represents a CLOB value with UCS_BASIC collation. CLOB supports LIKE operator only for collation.
See Also: