org.jdbcdslog
类 DriverLoggingProxy

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

public class DriverLoggingProxy
extends java.lang.Object
implements java.sql.Driver


构造函数摘要
DriverLoggingProxy()
           
 
方法摘要
 boolean acceptsURL(java.lang.String url)
           
 java.sql.Connection connect(java.lang.String url, java.util.Properties info)
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.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(java.lang.String url)
                   throws java.sql.SQLException
指定者:
接口 java.sql.Driver 中的 acceptsURL
抛出:
java.sql.SQLException

connect

public java.sql.Connection connect(java.lang.String url,
                                   java.util.Properties info)
                            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 url,
                                                     java.util.Properties properties)
                                              throws java.sql.SQLException
指定者:
接口 java.sql.Driver 中的 getPropertyInfo
抛出:
java.sql.SQLException

jdbcCompliant

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


Copyright © 2011. All Rights Reserved.