public abstract class ThrowingDriverJdbc3 extends Thrower implements Driver
Driver, decorated to throw an SQLException on command.| Constructor and Description |
|---|
ThrowingDriverJdbc3() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties info)
Return the decorated Connection.
|
int |
getMajorVersion() |
int |
getMinorVersion() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
shouldThrow, startThrowing, startThrowingAfter, stopThrowingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParentLoggerpublic boolean acceptsURL(String url) throws SQLException
acceptsURL in interface DriverSQLExceptionDriver.acceptsURL(java.lang.String)public Connection connect(String url, Properties info) throws SQLException
connect in interface DriverSQLExceptionDriver.connect(java.lang.String, java.util.Properties)public int getMajorVersion()
getMajorVersion in interface DriverDriver.getMajorVersion()public int getMinorVersion()
getMinorVersion in interface DriverDriver.getMinorVersion()public boolean jdbcCompliant()
jdbcCompliant in interface DriverDriver.jdbcCompliant()public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo in interface DriverSQLExceptionDriver.getPropertyInfo(java.lang.String, java.util.Properties)Copyright © 2000–2015 PanEris. All rights reserved.