org.axiondb.jdbc

Interface AxionClob

public interface AxionClob extends Clob

The JDBC Clob interface, including the JDBC 2 writing methods.

Version: $Revision: 1.4 $ $Date: 2002/12/16 23:34:55 $

Author: Rodney Waldhoff

Method Summary
InputStreamgetAsciiStream()
ReadergetCharacterStream()
StringgetSubString(long pos, int len)
longlength()
longposition(Clob searchstr, long start)
longposition(String searchstr, long start)
OutputStreamsetAsciiStream(long pos)
WritersetCharacterStream(long pos)
intsetString(long pos, String str)
intsetString(long pos, String str, int offset, int length)
voidtruncate(long length)

Method Detail

getAsciiStream

public InputStream getAsciiStream()

getCharacterStream

public Reader getCharacterStream()

getSubString

public String getSubString(long pos, int len)

length

public long length()

position

public long position(Clob searchstr, long start)

position

public long position(String searchstr, long start)

setAsciiStream

public OutputStream setAsciiStream(long pos)

setCharacterStream

public Writer setCharacterStream(long pos)

setString

public int setString(long pos, String str)

setString

public int setString(long pos, String str, int offset, int length)

truncate

public void truncate(long length)