Class DelegatingStatement

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

public class DelegatingStatement extends Object implements Statement, Closeable
Wrapper around an existing statement. Subclasses can override the methods whose behavior they mean to change. The equals and hashCode methods pass through to the base underlying data store statement.
Author:
Abe White