Class StatementWrapper

java.lang.Object
org.jivesoftware.database.StatementWrapper
All Implemented Interfaces:
AutoCloseable, Statement, Wrapper
Direct Known Subclasses:
CallableStatementWrapper, PreparedStatementWrapper

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