Class 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