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

Package class diagram package ThrowingDriverJdbc4
java.lang.Object
  extended by org.melati.poem.dbms.test.sql.Thrower
      extended by org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
          extended by org.melati.poem.dbms.test.sql.ThrowingDriverJdbc4
All Implemented Interfaces:
Driver
Direct Known Subclasses:
ThrowingDriverVariant

public abstract class ThrowingDriverJdbc4
extends ThrowingDriverJdbc3
implements Driver

The JDBC4 members of a Driver, decorated to throw an SQLException on command.

Since:
5 Feb 2008
Author:
timp

Constructor Summary
ThrowingDriverJdbc4()
           
 
Method Summary
 
Methods inherited from class org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 
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.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 

Constructor Detail

ThrowingDriverJdbc4

public ThrowingDriverJdbc4()


Copyright © 2000-2010 PanEris. All Rights Reserved.