org.jdbcdslog
类 StatementLoggingProxy

java.lang.Object
  继承者 org.jdbcdslog.StatementLoggingProxy
所有已实现的接口:
java.lang.reflect.InvocationHandler

public class StatementLoggingProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


构造函数摘要
StatementLoggingProxy(java.sql.Statement statement)
           
 
方法摘要
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

StatementLoggingProxy

public StatementLoggingProxy(java.sql.Statement statement)
方法详细信息

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
指定者:
接口 java.lang.reflect.InvocationHandler 中的 invoke
抛出:
java.lang.Throwable


Copyright © 2011. All Rights Reserved.