Class SQLBlob

All Implemented Interfaces:
Externalizable, Serializable, Comparable, Formatable, Storable, StreamStorable, TypedFormat, BitDataValue, ConcatableDataValue, DataValueDescriptor, Orderable, VariableSizeDataValue

public class SQLBlob extends SQLBinary
SQLBlob satisfies the DataValueDescriptor, interfaces (i.e., OrderableDataType). It uses the SQLLongVarbit implementation, which implements a String holder, e.g. for storing a column value; it can be specified when constructed to not allow nulls. Nullability cannot be changed after construction.

Because LOB types are not orderable, we'll override those methods...

See Also:
  • Constructor Details

    • SQLBlob

      public SQLBlob()
    • SQLBlob

      public SQLBlob(byte[] val)
    • SQLBlob

      public SQLBlob(Blob val)
  • Method Details