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 GroupedRowIterator
          Processes a "raw" iterator to implement GROUP BY functionality.
 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
           
static class SortedRowIterator.MutableMergeSort
           
 class TransformingRowIterator
          A DelegatingRowIteratorthat transformseach returned Row.
 class UnmodifiableRowIterator