Class LoggingConnectionDecorator.LoggingConnection.LoggingStatement

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingStatement
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
All Implemented Interfaces:
AutoCloseable, Statement, Wrapper, Closeable
Enclosing class:
LoggingConnectionDecorator.LoggingConnection

protected class LoggingConnectionDecorator.LoggingConnection.LoggingStatement extends DelegatingStatement
Statement wrapper that logs SQL to the parent data source and remembers the last piece of SQL to be executed on it.