类 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>
所有已实现的接口:
AutoCloseable, PreparedStatement, Statement, Wrapper
直接已知子类:
CallableStatementWrapper

public class PreparedStatementWrapper<T extends PreparedStatement> extends StatementWrapper<T> implements PreparedStatement