Package play.db
Class DBPlugin.ProxyDriver
java.lang.Object
play.db.DBPlugin.ProxyDriver
- All Implemented Interfaces:
Driver
- Enclosing class:
- DBPlugin
Needed because DriverManager will not load a driver ouside of the system classloader
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String u) connect(String u, Properties p) intintgetPropertyInfo(String u, Properties p) boolean
-
Method Details
-
acceptsURL
- Specified by:
acceptsURLin interfaceDriver- Throws:
SQLException
-
connect
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
getMajorVersion
public int getMajorVersion()- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()- Specified by:
getMinorVersionin interfaceDriver
-
getPropertyInfo
- Specified by:
getPropertyInfoin interfaceDriver- Throws:
SQLException
-
jdbcCompliant
public boolean jdbcCompliant()- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
- Specified by:
getParentLoggerin interfaceDriver
-