Module org.jooq

Class DefaultCallableStatement

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

public class DefaultCallableStatement extends DefaultPreparedStatement implements CallableStatement
A default JDBC CallableStatement implementation delegating all JDBC 4.0 calls to an internal delegate.
Author:
Lukas Eder