Interface java.sql.Clob | 1.2 |
Methoden | |
---|---|
public InputStream | getAsciiStream() |
public Reader | getCharacterStream() |
public String | getSubString(long pos, int length) |
public long | length() |
public long | position(String searchstr, long start) |
public long | position(Clob searchstr, long start) |
public OutputStream | setAsciiStream(long pos) ![]() |
public Writer | setCharacterStream(long pos) ![]() |
public int | setString(long pos, String str) ![]() |
public int | setString(long pos, String str, int offset, int len) ![]() |
public void | truncate(long len) ![]() |