Class WrappedPreparedStatement

java.lang.Object
io.github.jdbcx.WrappedStatement
io.github.jdbcx.WrappedPreparedStatement
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper
Direct Known Subclasses:
WrappedCallableStatement

public class WrappedPreparedStatement extends WrappedStatement implements PreparedStatement
This class serves as a wrapper for a PreparedStatement.