public class LimitingRowIterator extends AbstractFilteringRowIterator
RowIterator
implementing LIMIT and OFFSET.Constructor and Description |
---|
LimitingRowIterator(RowIterator iter,
Literal limit,
Literal offset) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
determineNextRow() |
protected boolean |
determinePreviousRow() |
java.lang.String |
toString() |
clearNextRow, clearPreviousRow, current, currentIndex, getDelegate, hasCurrent, hasNext, hasPrevious, isNextAvailable, isPreviousAvailable, next, nextIndex, previous, previousIndex, remove, reset, set, setNext, setPrevious
add, first, isEmpty, last, next, peekNext, peekPrevious, previous, size
public LimitingRowIterator(RowIterator iter, Literal limit, Literal offset)
public java.lang.String toString()
toString
in class java.lang.Object
protected boolean determineNextRow() throws AxionException
determineNextRow
in class AbstractFilteringRowIterator
AxionException
protected boolean determinePreviousRow() throws AxionException
determinePreviousRow
in class AbstractFilteringRowIterator
AxionException