Class CallableStatementWrapper

java.lang.Object
org.jivesoftware.database.StatementWrapper
org.jivesoftware.database.CallableStatementWrapper
All Implemented Interfaces:
AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper

public abstract class CallableStatementWrapper extends StatementWrapper implements CallableStatement
An implementation of the CallableStatement interface that wraps an underlying CallableStatement object.
Author:
Gaston Dombiak