Class WrappedPreparedStatement

java.lang.Object
net.anwiba.commons.jdbc.connection.WrappedStatement
net.anwiba.commons.jdbc.connection.WrappedPreparedStatement
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper
Direct Known Subclasses:
WrappedCallableStatement

public class WrappedPreparedStatement extends WrappedStatement implements PreparedStatement