org.apache.openejb.resource.jdbc.logging
Class LoggingPreparedSqlStatement

java.lang.Object
  extended by org.apache.openejb.resource.jdbc.logging.AbstractSQLLogger
      extended by org.apache.openejb.resource.jdbc.logging.LoggingPreparedSqlStatement
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
LoggingCallableSqlStatement

public class LoggingPreparedSqlStatement
extends AbstractSQLLogger
implements InvocationHandler


Nested Class Summary
protected static class LoggingPreparedSqlStatement.Parameter
           
 
Constructor Summary
LoggingPreparedSqlStatement(PreparedStatement result, String query)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class org.apache.openejb.resource.jdbc.logging.AbstractSQLLogger
format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingPreparedSqlStatement

public LoggingPreparedSqlStatement(PreparedStatement result,
                                   String query)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.