org.melati.poem.dbms.test.sql
Class ThrowingBlob

java.lang.Object
  extended by org.melati.poem.dbms.test.sql.Thrower
      extended by org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
          extended by org.melati.poem.dbms.test.sql.ThrowingBlobVariant
              extended by org.melati.poem.dbms.test.sql.ThrowingBlob
All Implemented Interfaces:
java.sql.Blob

public class ThrowingBlob
extends ThrowingBlobVariant
implements java.sql.Blob

A Blob decorated to throw an SQLException on command.

Since:
5 Feb 2008
Author:
timp

Constructor Summary
ThrowingBlob(java.sql.Blob b)
          Constructor.
 
Method Summary
 
Methods inherited from class org.melati.poem.dbms.test.sql.ThrowingBlobJdbc3
getBinaryStream, getBytes, length, position, position, setBinaryStream, setBytes, setBytes, truncate
 
Methods inherited from class org.melati.poem.dbms.test.sql.Thrower
shouldThrow, startThrowing, startThrowingAfter, stopThrowing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.Blob
getBinaryStream, getBytes, length, position, position, setBinaryStream, setBytes, setBytes, truncate
 

Constructor Detail

ThrowingBlob

public ThrowingBlob(java.sql.Blob b)
Constructor.



Copyright © 2000-2008 PanEris. All Rights Reserved.