public static class DBPlugin.ProxyDriver
extends java.lang.Object
implements java.sql.Driver
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String u) |
java.sql.Connection |
connect(java.lang.String u,
java.util.Properties p) |
int |
getMajorVersion() |
int |
getMinorVersion() |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String u,
java.util.Properties p) |
boolean |
jdbcCompliant() |
public boolean acceptsURL(java.lang.String u)
throws java.sql.SQLException
acceptsURL in interface java.sql.Driverjava.sql.SQLExceptionpublic java.sql.Connection connect(java.lang.String u,
java.util.Properties p)
throws java.sql.SQLException
connect in interface java.sql.Driverjava.sql.SQLExceptionpublic int getMajorVersion()
getMajorVersion in interface java.sql.Driverpublic int getMinorVersion()
getMinorVersion in interface java.sql.Driverpublic java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String u,
java.util.Properties p)
throws java.sql.SQLException
getPropertyInfo in interface java.sql.Driverjava.sql.SQLExceptionpublic boolean jdbcCompliant()
jdbcCompliant in interface java.sql.Driverpublic java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
getParentLogger in interface java.sql.Driverjava.sql.SQLFeatureNotSupportedExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly