org.axiondb.engine.rowiterators

Class LimitingRowIterator

public class LimitingRowIterator extends AbstractFilteringRowIterator

RowIteratorimplementing LIMIT and OFFSET.

Version: $Revision: 1.10 $ $Date: 2005/03/25 23:23:11 $

Author: Rodney Waldhoff Ahimanikya Satapathy

Constructor Summary
LimitingRowIterator(RowIterator iter, Literal limit, Literal offset)
Method Summary
protected booleandetermineNextRow()
protected booleandeterminePreviousRow()
StringtoString()

Constructor Detail

LimitingRowIterator

public LimitingRowIterator(RowIterator iter, Literal limit, Literal offset)

Method Detail

determineNextRow

protected boolean determineNextRow()

determinePreviousRow

protected boolean determinePreviousRow()

toString

public String toString()