org.axiondb.engine

Class TransactableTableImpl.InsertedRowIterator

private class TransactableTableImpl.InsertedRowIterator extends DelegatingRowIterator

Constructor Summary
InsertedRowIterator(RowIterator iter)
Method Summary
voidadd(Row row)
voidremove()
voidset(Row row)

Constructor Detail

InsertedRowIterator

public InsertedRowIterator(RowIterator iter)

Method Detail

add

public void add(Row row)

remove

public void remove()

set

public void set(Row row)