Interface ManagedCallableStatement

All Superinterfaces:
AutoCloseable, CallableStatement, de.aristaflow.adept2.base.dbaccess.ExtendedCallableStatement, de.aristaflow.adept2.base.dbaccess.ExtendedPreparedStatement, ManagedPreparedStatement, ManagedStatement, PreparedStatement, Statement, Wrapper

public interface ManagedCallableStatement extends de.aristaflow.adept2.base.dbaccess.ExtendedCallableStatement, ManagedPreparedStatement
A managed callable statement overrides an ExtendedCallableStatement by returning the managed JDBC-classes where appropriate.