Class StatementWrapper

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

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