public interface Blob
Modifier and Type | Method and Description |
---|---|
InputStream |
getBinaryStream() |
byte[] |
getBytes(long pos,
int length) |
long |
length() |
long |
position(Blob pattern,
long start) |
long |
position(byte[] pattern,
long start) |
InputStream getBinaryStream() throws SQLException
SQLException
byte[] getBytes(long pos, int length) throws SQLException
SQLException
long length() throws SQLException
SQLException
long position(Blob pattern, long start) throws SQLException
SQLException
long position(byte[] pattern, long start) throws SQLException
SQLException