|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BaseRowIterator | |
| org.axiondb.engine.rowiterators | RowIterator implementations. |
| Uses of BaseRowIterator in org.axiondb.engine.rowiterators |
| Subclasses of BaseRowIterator in org.axiondb.engine.rowiterators | |
class |
BaseJoinedRowIterator
|
class |
ChainedRowIterator
Chains together one or more RowIterators to make
them look like one (similiar to a SQL UNION). |
class |
CollatingRowIterator
Collates the results of two or more sorted RowIterators
according to the given RowComparator. |
class |
IndexJoinedRowIterator
A JoinedRowIterator in which one of the underlying iterators is a ChangingIndexedRowIterator. |
class |
LazyRowRowIterator
A RowIterator that creates
LazyRows based upon a list of Row identifiers. |
class |
ListIteratorRowIterator
A RowIterator that simply wraps a ListIterator. |
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. |
class |
RowViewRowIterator
A RowIterator that creates
RowViews based upon selected Row identifiers. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||