play.db
类 DBPlugin.ProxyDriver
java.lang.Object
play.db.DBPlugin.ProxyDriver
- 所有已实现的接口:
- java.sql.Driver
- 包容类:
- DBPlugin
public static class DBPlugin.ProxyDriver
- extends java.lang.Object
- implements java.sql.Driver
Needed because DriverManager will not load a driver outside of the system classloader
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getParentLogger
public java.util.logging.Logger getParentLogger()
acceptsURL
public boolean acceptsURL(java.lang.String u)
throws java.sql.SQLException
- 指定者:
- 接口
java.sql.Driver
中的 acceptsURL
- 抛出:
java.sql.SQLException
connect
public java.sql.Connection connect(java.lang.String u,
java.util.Properties p)
throws java.sql.SQLException
- 指定者:
- 接口
java.sql.Driver
中的 connect
- 抛出:
java.sql.SQLException
getMajorVersion
public int getMajorVersion()
- 指定者:
- 接口
java.sql.Driver
中的 getMajorVersion
getMinorVersion
public int getMinorVersion()
- 指定者:
- 接口
java.sql.Driver
中的 getMinorVersion
getPropertyInfo
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String u,
java.util.Properties p)
throws java.sql.SQLException
- 指定者:
- 接口
java.sql.Driver
中的 getPropertyInfo
- 抛出:
java.sql.SQLException
jdbcCompliant
public boolean jdbcCompliant()
- 指定者:
- 接口
java.sql.Driver
中的 jdbcCompliant
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly