RDMBlob class
Implements the Blob
interface of java.sql
.
References
For more information, reference JDBC documentation for: Blob
Constructor
Public Methods
- free()
- getBinarySteam()
- getBinaryStream(long pos, long length)
- getBytes(long pos, int length)
- length()
- position(Blob pattern, long start)
- position(byte[] pattern, long start)
- setBinaryStream(long pos)
- setBytes(long pos, byte[] bytes)
- setBytes(long pos, byte[] bytes, int offset, int len)
- truncate(long len)