org.axiondb.engine.rowiterators
public class JoinRowIterator extends BaseRowIterator
Version: $Revision: 1.1 $ $Date: 2005/02/24 17:16:45 $
Constructor Summary | |
---|---|
JoinRowIterator(Row row, RowIterator iterator) | |
JoinRowIterator(Row row, RowIterator iterator, boolean rowOnRight) |
Method Summary | |
---|---|
Row | current() |
int | currentIndex() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
Row | next() |
int | nextIndex() |
Row | previous() |
int | previousIndex() |
void | reset() |