org.axiondb.engine.rowiterators
public class RowViewRowIterator extends BaseRowIterator
Version: $Revision: 1.15 $ $Date: 2005/12/20 18:32:41 $
Constructor Summary | |
---|---|
RowViewRowIterator(RowIterator rowIter, Map colIdToFieldMap, List selected) |
Method Summary | |
---|---|
Row | current() |
int | currentIndex() |
boolean | hasCurrent() |
boolean | hasNext() |
boolean | hasPrevious() |
Row | next() |
int | nextIndex() |
Row | previous() |
int | previousIndex() |
void | reset() |
String | toString() |