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, size
public 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
AxionException
public GroupedRowIterator(RowIterator rows, java.util.Map fieldMap, java.util.List groupBy, java.util.List selected, Selectable having, java.util.List orderBy) throws AxionException
AxionException
public void add(Row row) throws AxionException
add
in interface RowIterator
add
in class DelegatingRowIterator
AxionException
public void set(Row row) throws AxionException
set
in interface RowIterator
set
in class DelegatingRowIterator
AxionException
public void remove() throws AxionException
remove
in interface RowIterator
remove
in class DelegatingRowIterator
AxionException
public java.lang.String toString()
toString
in class java.lang.Object