org.axiondb.engine.rowiterators

Class DistinctRowIterator

public class DistinctRowIterator extends AbstractAcceptingRowIterator

A DelegatingRowIteratorimplementing DISTINCT.

Version: $Revision: 1.13 $ $Date: 2005/12/20 18:32:41 $

Author: Rodney Waldhoff Ahimanikya Satapathy

Constructor Summary
DistinctRowIterator(RowIterator iter, Map selectableMap, Selectable[] selectables)
Method Summary
protected booleanacceptable(int rowindex, Row row)
voidremove()
Not supported in the base implementation.
voidreset()
voidset(Row row)
Not supported in the base implementation.
StringtoString()

Constructor Detail

DistinctRowIterator

public DistinctRowIterator(RowIterator iter, Map selectableMap, Selectable[] selectables)

Method Detail

acceptable

protected boolean acceptable(int rowindex, Row row)

remove

public void remove()
Not supported in the base implementation.

reset

public void reset()

set

public void set(Row row)
Not supported in the base implementation.

toString

public String toString()