Class WrappedPreparedStatement

All Implemented Interfaces:
Serializable, AutoCloseable, PreparedStatement, Statement, Wrapper, StatementAccess
Direct Known Subclasses:
WrappedCallableStatement, WrappedPreparedStatementJDK7, WrappedPreparedStatementJDK8

public abstract class WrappedPreparedStatement extends WrappedStatement implements PreparedStatement
A wrapper for a prepared statement.
Author:
David Jencks, Adrian Brock, Jesper Pedersen
See Also: