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

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

public class LoggingCallableSqlStatement
extends LoggingPreparedSqlStatement


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.resource.jdbc.logging.LoggingPreparedSqlStatement
LoggingPreparedSqlStatement.Parameter
 
Constructor Summary
LoggingCallableSqlStatement(PreparedStatement result, String query, String[] debugPackages)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.resource.jdbc.logging.LoggingPreparedSqlStatement
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingCallableSqlStatement

public LoggingCallableSqlStatement(PreparedStatement result,
                                   String query,
                                   String[] debugPackages)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.