|
|||||||||||
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 RowIterator s to make
them look like one (similiar to a SQL UNION). |
class |
CollatingRowIterator
Collates the results of two or more sorted RowIterator s
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
LazyRow s based upon a list of Row identifiers. |
class |
ListIteratorRowIterator
A RowIterator that simply wraps a ListIterator . |
class |
NestedLoopJoinedRowIterator
A RowIterator that iterates over zero or more RowIterator s,
returning Row s that are the cross product of the Row s
returned by the contained iterators. |
class |
RowViewRowIterator
A RowIterator that creates
RowView s based upon selected Row identifiers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |