org.axiondb.engine

Class TransactableTableImpl.ExcludeDeleted

private class TransactableTableImpl.ExcludeDeleted extends AbstractAcceptingRowIterator

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

Constructor Detail

ExcludeDeleted

public ExcludeDeleted(RowIterator iter)

Method Detail

acceptable

protected boolean acceptable(int rowindex, Row row)

size

public int size()