Class ResultSetWrapper

java.lang.Object
com.ocient.jdbc.ResultSetWrapper
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public abstract class ResultSetWrapper extends Object implements ResultSet
An abstract base class for wrapping a ResultSet. It implements the ResultSet interface by delegating all method calls to the wrapped delegate ResultSet. Subclasses can extend this class and override only the methods they need to modify, without having to implement the entire interface.