Interface java.sql.Blob | 1.2 |
Methoden | |
---|---|
public InputStream | getBinaryStream() |
public byte[] | getBytes(long pos, int length) |
public long | length() |
public long | position(Blob pattern, long start) |
public long | position(byte[] pattern, long start) |
public OutputStream | setBinaryStream(long pos) ![]() |
public int | setBytes(long pos, byte[] bytes) ![]() |
public int | setBytes(long pos, byte[] bytes, int offset, int len) ![]() |
public void | truncate(long len) ![]() |