Class DelegatingCallableStatement

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
All Implemented Interfaces:
AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper, Closeable
Direct Known Subclasses:
LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement

public class DelegatingCallableStatement extends Object implements CallableStatement, Closeable
CallableStatement that delegates to an internal statement.
Author:
Abe White