Class ResultSetWrapper

java.lang.Object
com.spotfire.ws.im.ds.sql.ResultSetWrapper
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

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