Class PreparedStatementWrapper

java.lang.Object
com.spotfire.ws.im.ds.sql.StatementWrapper
com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper

public class PreparedStatementWrapper extends StatementWrapper implements PreparedStatement
Use this class for creating wrapper classes around the PreparedStatement interface. The subclass can override the methods that need to show a different behavior than the wrapped object.
Since:
3.0
See Also: