Uses of Interface
org.axiondb.JoinedRowIterator

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

Uses of JoinedRowIterator in org.axiondb.engine.rowiterators
 

Classes in org.axiondb.engine.rowiterators that implement JoinedRowIterator
 class BaseJoinedRowIterator
           
 class IndexJoinedRowIterator
          A JoinedRowIterator in which one of the underlying iterators is a ChangingIndexedRowIterator.
 class NestedLoopJoinedRowIterator
          A RowIteratorthat iterates over zero or more RowIterators, returning Rows that are the cross product of the Row s returned by the contained iterators.