✓
public abstract interface Blob
Methods
- ✓public abstract void free() throws java.sql.SQLException
- ✓public abstract java.io.InputStream getBinaryStream() throws java.sql.SQLException
- ✓public abstract java.io.InputStream getBinaryStream(long arg0, long arg1) throws java.sql.SQLException
- ✓public abstract byte[] getBytes(long arg0, int arg1) throws java.sql.SQLException
- ✓public abstract long length() throws java.sql.SQLException
- ✓public abstract long position(byte[] arg0, long arg1) throws java.sql.SQLException
- ✓public abstract long position(java.sql.Blob arg0, long arg1) throws java.sql.SQLException
- ✓public abstract java.io.OutputStream setBinaryStream(long arg0) throws java.sql.SQLException
- ✓public abstract int setBytes(long arg0, byte[] arg1) throws java.sql.SQLException
- ✓public abstract int setBytes(long arg0, byte[] arg1, int arg2, int arg3) throws java.sql.SQLException
- ✓public abstract void truncate(long arg0) throws java.sql.SQLException