Class DistributedResultSet

java.lang.Object
org.apache.openjpa.slice.jdbc.DistributedResultSet
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public class DistributedResultSet extends Object implements ResultSet
A chain of ResultSet. Assumes added ResultSet are identical in structure and fetches forward. Can not move absolutely or change fetch direction.
Author:
Pinaki Poddar