Uses of Class
org.axiondb.engine.rowiterators.DelegatingRowIterator

Packages that use DelegatingRowIterator
org.axiondb.engine.rowiterators RowIterator implementations. 
 

Uses of DelegatingRowIterator in org.axiondb.engine.rowiterators
 

Subclasses of DelegatingRowIterator in org.axiondb.engine.rowiterators
 class AbstractAcceptingRowIterator
          Abstract base DelegatingRowIterator that excludes Rows that are not acceptable.
 class AbstractFilteringRowIterator
           
 class ChangingIndexedRowIterator
          A DelegatingRowIterator that is wraps a RowIterator from some Index, and that can be reset to recreate the iterator for a new bound value.
 class DistinctRowIterator
          A DelegatingRowIteratorimplementing DISTINCT.
 class FilteringChangingIndexedRowIterator
           
 class FilteringRowIterator
          A DelegatingRowIterator that only returns Rows that match a given WhereNode.
 class GroupedRowIterator
          Processes a "raw" iterator to implement GROUP BY functionality.
 class LimitingRowIterator
          RowIterator implementing LIMIT and OFFSET.
 class RebindableIndexedRowIterator
          A DelegatingRowIterator that is wraps a RowIterator from some Index, and that can be reset to recreate the iterator for a new bound value.
 class SortedRowIterator
           
static class SortedRowIterator.MergeSort
           
 class TransformingRowIterator
          A DelegatingRowIterator that transforms each returned Row.
 class UnmodifiableRowIterator