Interface StatementWrapper

All Superinterfaces:
AutoCloseable, Statement, Wrapper, Wrapper
All Known Subinterfaces:
CallableStatementWrapper, PreparedStatementWrapper
All Known Implementing Classes:
CallableStatementWrapperImpl, PreparedStatementWrapperImpl, StatementWrapperImpl

public interface StatementWrapper extends Wrapper, Statement
Wraps a Statement.
Author:
AO Industries, Inc.