org.axiondb.jdbc
public abstract class AbstractAxionClob extends Object implements AxionClob
Version: $Revision: 1.7 $ $Date: 2003/07/10 16:34:34 $
Method Summary | |
---|---|
InputStream | getAsciiStream() |
Reader | getCharacterStream() |
String | getSubString(long pos, int len) |
long | length() |
long | position(Clob searchstr, long start) |
long | position(String searchstr, long start) |
OutputStream | setAsciiStream(long pos) |
Writer | setCharacterStream(long pos) |
int | setString(long pos, String str) Invokes |
int | setString(long pos, String str, int offset, int length) |
abstract OutputStream | setUtf8Stream(long pos) |
void | truncate(long length) |
See Also: AbstractAxionClob