org.melati.poem.dbms.test.sql
Class ThrowingDriver
java.lang.Object
org.melati.poem.dbms.test.sql.Thrower
org.melati.poem.dbms.test.sql.ThrowingDriverJdbc3
org.melati.poem.dbms.test.sql.ThrowingDriverJdbc4
org.melati.poem.dbms.test.sql.ThrowingDriverVariant
org.melati.poem.dbms.test.sql.ThrowingDriver
- All Implemented Interfaces:
- Driver
public class ThrowingDriver
- extends ThrowingDriverVariant
- implements Driver
A Driver
decorated to throw an SQLException on command.
- Since:
- 22 Feb 2007
- Author:
- timp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowingDriver
public ThrowingDriver(Driver d)
- Constructor.
- Parameters:
d
- the driver to decorate
Copyright © 2000-2010 PanEris. All Rights Reserved.