public class GroupedRowIterator extends DelegatingRowIterator
| Constructor and Description |
|---|
GroupedRowIterator(boolean sort,
RowIterator rows,
java.util.Map fieldMap,
java.util.List groupBy,
java.util.List selected,
Selectable having,
Selectable where,
java.util.List orderBy) |
GroupedRowIterator(RowIterator rows,
java.util.Map fieldMap,
java.util.List groupBy,
java.util.List selected,
Selectable having,
java.util.List orderBy) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
toString() |
current, currentIndex, first, getDelegate, hasCurrent, hasNext, hasPrevious, isEmpty, last, next, next, nextIndex, peekNext, peekPrevious, previous, previous, previousIndex, reset, setDelegate, sizepublic GroupedRowIterator(boolean sort,
RowIterator rows,
java.util.Map fieldMap,
java.util.List groupBy,
java.util.List selected,
Selectable having,
Selectable where,
java.util.List orderBy)
throws AxionException
AxionExceptionpublic GroupedRowIterator(RowIterator rows, java.util.Map fieldMap, java.util.List groupBy, java.util.List selected, Selectable having, java.util.List orderBy) throws AxionException
AxionExceptionpublic void add(Row row) throws AxionException
add in interface RowIteratoradd in class DelegatingRowIteratorAxionExceptionpublic void set(Row row) throws AxionException
set in interface RowIteratorset in class DelegatingRowIteratorAxionExceptionpublic void remove()
throws AxionException
remove in interface RowIteratorremove in class DelegatingRowIteratorAxionExceptionpublic java.lang.String toString()
toString in class java.lang.Object