public interface AxionClob
extends java.sql.Clob
Clob interface, including the
JDBC 2 writing methods.| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getAsciiStream() |
java.io.Reader |
getCharacterStream() |
java.lang.String |
getSubString(long pos,
int len) |
long |
length() |
long |
position(java.sql.Clob searchstr,
long start) |
long |
position(java.lang.String searchstr,
long start) |
java.io.OutputStream |
setAsciiStream(long pos) |
java.io.Writer |
setCharacterStream(long pos) |
int |
setString(long pos,
java.lang.String str) |
int |
setString(long pos,
java.lang.String str,
int offset,
int length) |
void |
truncate(long length) |
java.io.InputStream getAsciiStream()
throws java.sql.SQLException
getAsciiStream in interface java.sql.Clobjava.sql.SQLExceptionjava.io.Reader getCharacterStream()
throws java.sql.SQLException
getCharacterStream in interface java.sql.Clobjava.sql.SQLExceptionjava.lang.String getSubString(long pos,
int len)
throws java.sql.SQLException
getSubString in interface java.sql.Clobjava.sql.SQLExceptionlong length()
throws java.sql.SQLException
length in interface java.sql.Clobjava.sql.SQLExceptionlong position(java.sql.Clob searchstr,
long start)
throws java.sql.SQLException
position in interface java.sql.Clobjava.sql.SQLExceptionlong position(java.lang.String searchstr,
long start)
throws java.sql.SQLException
position in interface java.sql.Clobjava.sql.SQLExceptionjava.io.OutputStream setAsciiStream(long pos)
throws java.sql.SQLException
setAsciiStream in interface java.sql.Clobjava.sql.SQLExceptionjava.io.Writer setCharacterStream(long pos)
throws java.sql.SQLException
setCharacterStream in interface java.sql.Clobjava.sql.SQLExceptionint setString(long pos,
java.lang.String str)
throws java.sql.SQLException
setString in interface java.sql.Clobjava.sql.SQLExceptionint setString(long pos,
java.lang.String str,
int offset,
int length)
throws java.sql.SQLException
setString in interface java.sql.Clobjava.sql.SQLExceptionvoid truncate(long length)
throws java.sql.SQLException
truncate in interface java.sql.Clobjava.sql.SQLException