Class DelegatingResultSet

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingResultSet
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper, Closeable
Direct Known Subclasses:
LoggingConnectionDecorator.LoggingConnection.LoggingResultSet

public class DelegatingResultSet extends Object implements ResultSet, Closeable
Wrapper around an existing result set. Subclasses can override the methods whose behavior they mean to change. The equals and hashCode methods pass through to the base underlying data store statement.
Author:
Marc Prud'hommeaux