✓
public abstract interface Clob
Methods
- ✓public abstract void free() throws java.sql.SQLException
- ✓public abstract java.io.InputStream getAsciiStream() throws java.sql.SQLException
- ✓public abstract java.io.Reader getCharacterStream() throws java.sql.SQLException
- ✓public abstract java.io.Reader getCharacterStream(long arg0, long arg1) throws java.sql.SQLException
- ✓public abstract java.lang.String getSubString(long arg0, int arg1) throws java.sql.SQLException
- ✓public abstract long length() throws java.sql.SQLException
- ✓public abstract long position(java.lang.String arg0, long arg1) throws java.sql.SQLException
- ✓public abstract long position(java.sql.Clob arg0, long arg1) throws java.sql.SQLException
- ✓public abstract java.io.OutputStream setAsciiStream(long arg0) throws java.sql.SQLException
- ✓public abstract java.io.Writer setCharacterStream(long arg0) throws java.sql.SQLException
- ✓public abstract int setString(long arg0, java.lang.String arg1) throws java.sql.SQLException
- ✓public abstract int setString(long arg0, java.lang.String arg1, int arg2, int arg3) throws java.sql.SQLException
- ✓public abstract void truncate(long arg0) throws java.sql.SQLException