Interface BlobImplementer

  • All Known Implementing Classes:
    BlobProxy

    public interface BlobImplementer
    Marker interface for non-contextually created Blob instances..
    • Method Detail

      • getUnderlyingStream

        BinaryStream getUnderlyingStream()
                                  throws java.sql.SQLException
        Gets access to the data underlying this BLOB.
        Returns:
        Access to the underlying data.
        Throws:
        java.sql.SQLException