org.axiondb.jdbc
public class AbstractAxionBlob extends Object implements AxionBlob
Version: $Revision: 1.4 $ $Date: 2007/11/13 19:04:01 $
UNKNOWN: Not actually being abstract, perhaps we should rename this class.
Method Summary | |
---|---|
InputStream | getBinaryStream() |
byte[] | getBytes(long pos, int length) |
long | length() |
long | position(Blob pattern, long start) |
long | position(byte[] pattern, long start) |
OutputStream | setBinaryStream(long pos) |
int | setBytes(long pos, byte[] bytes) Invokes |
int | setBytes(long pos, byte[] bytes, int offset, int len) |
void | truncate(long len) |
Throws: SQLException indicating this method is not supported.
Throws: SQLException indicating this method is not supported.
Throws: SQLException indicating this method is not supported.
Throws: SQLException indicating this method is not supported.
Throws: SQLException indicating this method is not supported.
Throws: SQLException indicating this method is not supported.
Throws: SQLException indicating this method is not supported.
Throws: SQLException indicating this method is not supported.