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