Uses of Interface
com.mckoi.database.IndexSet
Packages that use IndexSet
-
Uses of IndexSet in com.mckoi.database
Methods in com.mckoi.database that return IndexSetModifier and TypeMethodDescriptionIndexStore.getSnapshotIndexSet()
Returns a current snapshot of the current indexes that are committed in this store.Methods in com.mckoi.database with parameters of type IndexSetModifier and TypeMethodDescriptionvoid
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 final void
SimpleTransaction.setIndexSetForTable
(com.mckoi.database.MasterTableDataSource table, IndexSet index_set) Sets the IndexSet for the given MasterTableDataSource object in this transaction.