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

java.lang.Object
  extended by org.apache.openejb.resource.jdbc.logging.AbstractSQLLogger
      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)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.resource.jdbc.logging.LoggingPreparedSqlStatement
invoke
 
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

LoggingCallableSqlStatement

public LoggingCallableSqlStatement(PreparedStatement result,
                                   String query)


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