Constructor and Description |
---|
StringClob(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
java.io.InputStream |
getAsciiStream() |
java.io.Reader |
getCharacterStream() |
java.io.Reader |
getCharacterStream(long arg0,
long arg1) |
java.lang.String |
getString() |
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) |
public java.io.InputStream getAsciiStream() throws java.sql.SQLException
getAsciiStream
in interface java.sql.Clob
getAsciiStream
in interface AxionClob
java.sql.SQLException
public java.io.Reader getCharacterStream() throws java.sql.SQLException
getCharacterStream
in interface java.sql.Clob
getCharacterStream
in interface AxionClob
java.sql.SQLException
public java.lang.String getSubString(long pos, int len) throws java.sql.SQLException
getSubString
in interface java.sql.Clob
getSubString
in interface AxionClob
java.sql.SQLException
public long length() throws java.sql.SQLException
public long position(java.sql.Clob searchstr, long start) throws java.sql.SQLException
public long position(java.lang.String searchstr, long start) throws java.sql.SQLException
public java.io.OutputStream setAsciiStream(long pos) throws java.sql.SQLException
setAsciiStream
in interface java.sql.Clob
setAsciiStream
in interface AxionClob
java.sql.SQLException
public java.io.Writer setCharacterStream(long pos) throws java.sql.SQLException
setCharacterStream
in interface java.sql.Clob
setCharacterStream
in interface AxionClob
java.sql.SQLException
public int setString(long pos, java.lang.String str) throws java.sql.SQLException
public int setString(long pos, java.lang.String str, int offset, int length) throws java.sql.SQLException
public java.lang.String getString()
public void truncate(long length) throws java.sql.SQLException
public void free() throws java.sql.SQLException
free
in interface java.sql.Clob
java.sql.SQLException
public java.io.Reader getCharacterStream(long arg0, long arg1) throws java.sql.SQLException
getCharacterStream
in interface java.sql.Clob
java.sql.SQLException