public interface Clob
Modifier and Type | Method and Description |
---|---|
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
String |
getSubString(long pos,
int length) |
long |
length() |
long |
position(Clob searchstr,
long start) |
long |
position(String searchstr,
long start) |
InputStream getAsciiStream() throws SQLException
SQLException
Reader getCharacterStream() throws SQLException
SQLException
String getSubString(long pos, int length) throws SQLException
SQLException
long length() throws SQLException
SQLException
long position(Clob searchstr, long start) throws SQLException
SQLException
long position(String searchstr, long start) throws SQLException
SQLException