Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and Description |
---|---|
IndexSet |
IndexStore.getSnapshotIndexSet()
Returns a current snapshot of the current indexes that are committed in
this store.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexStore.commitIndexSet(IndexSet index_set)
Commits changes made to a snapshop of an IndexSet as being permanent
changes to the state of the index store.
|
void |
Transaction.copyTable(com.mckoi.database.MasterTableDataSource src_master_table,
IndexSet index_set)
Generates an exact copy of the table within this transaction.
|
protected void |
SimpleTransaction.setIndexSetForTable(com.mckoi.database.MasterTableDataSource table,
IndexSet index_set)
Sets the IndexSet for the given MasterTableDataSource object in this
transaction.
|
Copyright © 2015. All rights reserved.