Package org.hibernate.engine.jdbc
Interface BlobImplementer
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryStreamgetUnderlyingStream()Gets access to the data underlying this BLOB.
Method Detail
getUnderlyingStream
BinaryStream getUnderlyingStream() throwsSQLException
Gets access to the data underlying this BLOB.- Returns:
- Access to the underlying data.
- Throws:
SQLException