Uses of Package
org.axiondb.engine.rowiterators

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

Classes in org.axiondb.engine.rowiterators used by org.axiondb.engine.rowiterators
AbstractAcceptingRowIterator
          Abstract base DelegatingRowIteratorthat excludes Rows that are not acceptable.
AbstractFilteringRowIterator
           
AbstractJoinedRowIterator
           
BaseRowIterator
          An abstract base implementation of RowIterator.
DelegatingRowIterator
          An abstract base RowIteratorthat delegates all calls to a wrapped instance.
FilteringRowIterator
          A DelegatingRowIterator that only returns Rows that match a given WhereNode.
MutableIndexedRowIterator
           
SortedRowIterator