Uses of Interface
com.mckoi.database.IndexSet

Packages that use IndexSet
Package
Description
The core database classes for Mckoi.
  • Uses of IndexSet in com.mckoi.database

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