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

Package class diagram package ThrowingClob
java.lang.Object
  extended by org.melati.poem.dbms.test.sql.Thrower
      extended by org.melati.poem.dbms.test.sql.ThrowingClobJdbc3
          extended by org.melati.poem.dbms.test.sql.ThrowingClobJdbc4
              extended by org.melati.poem.dbms.test.sql.ThrowingClobVariant
                  extended by org.melati.poem.dbms.test.sql.ThrowingClob
All Implemented Interfaces:
Clob

public class ThrowingClob
extends ThrowingClobVariant
implements Clob

A Clob decorated to throw an SQLException on command.

Since:
5 Feb 2008
Author:
timp

Constructor Summary
ThrowingClob(Clob c)
          Constructor.
 
Method Summary
 
Methods inherited from class org.melati.poem.dbms.test.sql.ThrowingClobJdbc4
free, getCharacterStream
 
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 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.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
 

Constructor Detail

ThrowingClob

public ThrowingClob(Clob c)
Constructor.



Copyright © 2000-2010 PanEris. All Rights Reserved.