Interface BlobImplementer

  • All Known Implementing Classes:
    BlobProxy

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

      • getUnderlyingStream

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