org.melati.poem.dbms.test.sql
Class ThrowingClobJdbc4
java.lang.Object
org.melati.poem.dbms.test.sql.Thrower
org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
org.melati.poem.dbms.test.sql.ThrowingClobJdbc4
- All Implemented Interfaces:
- Clob
- Direct Known Subclasses:
- ThrowingClobVariant
public abstract class ThrowingClobJdbc4
- extends ThrowingClobJdbc3
- implements Clob
The JDBC4 members of a Clob
, decorated to throw an SQLException on command.
- Since:
- 5 Feb 2008
- Author:
- timp
Methods inherited from class org.melati.poem.dbms.test.sql.ThrowingClobJdbc3 |
getAsciiStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.Clob |
getAsciiStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate |
ThrowingClobJdbc4
public ThrowingClobJdbc4()
free
public void free()
throws SQLException
-
- Specified by:
free
in interface Clob
- Throws:
SQLException
- See Also:
Clob.free()
getCharacterStream
public Reader getCharacterStream(long pos,
long length)
throws SQLException
-
- Specified by:
getCharacterStream
in interface Clob
- Throws:
SQLException
- See Also:
Clob.getCharacterStream(long, long)
Copyright © 2000-2010 PanEris. All Rights Reserved.