org.jdbcdslog
类 DriverLoggingProxy

java.lang.Object
  继承者 org.jdbcdslog.DriverLoggingProxy
所有已实现的接口:
Driver

public class DriverLoggingProxy
extends Object
implements Driver


构造方法摘要
DriverLoggingProxy()
           
 
方法摘要
 boolean acceptsURL(String url)
           
 Connection connect(String url, Properties info)
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 DriverPropertyInfo[] getPropertyInfo(String url, Properties properties)
           
 boolean jdbcCompliant()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DriverLoggingProxy

public DriverLoggingProxy()
                   throws JDBCDSLogException
抛出:
JDBCDSLogException
方法详细信息

acceptsURL

public boolean acceptsURL(String url)
                   throws SQLException
指定者:
接口 Driver 中的 acceptsURL
抛出:
SQLException

connect

public Connection connect(String url,
                          Properties info)
                   throws SQLException
指定者:
接口 Driver 中的 connect
抛出:
SQLException

getMajorVersion

public int getMajorVersion()
指定者:
接口 Driver 中的 getMajorVersion

getMinorVersion

public int getMinorVersion()
指定者:
接口 Driver 中的 getMinorVersion

getPropertyInfo

public DriverPropertyInfo[] getPropertyInfo(String url,
                                            Properties properties)
                                     throws SQLException
指定者:
接口 Driver 中的 getPropertyInfo
抛出:
SQLException

jdbcCompliant

public boolean jdbcCompliant()
指定者:
接口 Driver 中的 jdbcCompliant


Copyright © 2011. All Rights Reserved.