org.axiondb.engine.rowiterators
public class GroupedRowIterator extends DelegatingRowIterator
Version: $Revision: 1.23 $ $Date: 2005/12/20 18:32:41 $
Constructor Summary | |
---|---|
GroupedRowIterator(boolean sort, RowIterator rows, Map fieldMap, List groupBy, List selected, Selectable having, Selectable where, List orderBy) | |
GroupedRowIterator(RowIterator rows, Map fieldMap, List groupBy, List selected, Selectable having, List orderBy) |
Method Summary | |
---|---|
void | add(Row row) Not supported in the base implementation. |
void | remove() Not supported in the base implementation. |
void | set(Row row) Not supported in the base implementation. |
String | toString() |