Class DelegatingCallableStatement

All Implemented Interfaces:
AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper

public class DelegatingCallableStatement extends DelegatingPreparedStatement<CallableStatement> implements CallableStatement
A JDBC 4.3-compliant CallableStatement that delegates to another JDBC 4.3-compliant CallableStatement.