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