org.axiondb.engine

Class TransactableTableImpl.ExcludeUpdated

private class TransactableTableImpl.ExcludeUpdated extends AbstractAcceptingRowIterator

Filters out rows that have been updated in the current transaction.
Constructor Summary
ExcludeUpdated(RowIterator iter)
Method Summary
protected booleanacceptable(int rowindex, Row row)
intsize()

Constructor Detail

ExcludeUpdated

public ExcludeUpdated(RowIterator iter)

Method Detail

acceptable

protected boolean acceptable(int rowindex, Row row)

size

public int size()