Class PreparedStatementWrapper<T extends PreparedStatement>

java.lang.Object
cool.scx.jdbc.spy.SpyWrapper<T>
cool.scx.jdbc.spy.wrapper.StatementWrapper<T>
cool.scx.jdbc.spy.wrapper.PreparedStatementWrapper<T>
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper
Direct Known Subclasses:
CallableStatementWrapper

public class PreparedStatementWrapper<T extends PreparedStatement> extends StatementWrapper<T> implements PreparedStatement
PreparedStatementWrapper
Version:
0.0.1
Author:
scx567888