Class WrappedCallableStatement

All Implemented Interfaces:
Serializable, AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper, StatementAccess
Direct Known Subclasses:
WrappedCallableStatementJDK7, WrappedCallableStatementJDK8

public abstract class WrappedCallableStatement extends WrappedPreparedStatement implements CallableStatement
WrappedCallableStatement
Author:
David Jencks, Adrian Brock, Jesper Pedersen
See Also: