Class DelegatingPreparedStatement

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, Closeable
Direct Known Subclasses:
LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement, PostgresDictionary.PostgresPreparedStatement

public class DelegatingPreparedStatement extends Object implements PreparedStatement, 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