org.jdbcdslog
类 PreparedStatementLoggingHandler

java.lang.Object
  继承者 org.jdbcdslog.PreparedStatementLoggingHandler
所有已实现的接口:
InvocationHandler
直接已知子类:
CallableStatementLoggingHandler

public class PreparedStatementLoggingHandler
extends Object
implements InvocationHandler


构造方法摘要
PreparedStatementLoggingHandler(PreparedStatement ps, String sql)
           
 
方法摘要
 Object invoke(Object proxy, Method method, Object[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PreparedStatementLoggingHandler

public PreparedStatementLoggingHandler(PreparedStatement ps,
                                       String sql)
方法详细信息

invoke

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


Copyright © 2011. All Rights Reserved.