org.axiondb.engine.tables
public class MemoryTable extends BaseTable implements Table
Version: $Revision: 1.9 $ $Date: 2005/12/22 09:02:31 $
Constructor Summary | |
---|---|
MemoryTable(String name) | |
MemoryTable(String name, String type) |
Method Summary | |
---|---|
void | applyDeletes(IntCollection rowids) |
void | applyInserts(RowCollection rows) |
void | applyUpdates(RowCollection rows) |
void | freeRowId(int id) |
int | getNextRowId() |
Row | getRow(int id) |
int | getRowCount() |
protected RowIterator | getRowIterator() |
void | populateIndex(Index index) |
void | truncate() |