Interface BlobImplementer

All Known Implementing Classes:
BlobProxy

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

    Modifier and Type
    Method
    Description
    Gets access to the data underlying this BLOB.
  • Method Details

    • getUnderlyingStream

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