Uses of Class
com.mckoi.database.IndexStore
-
Packages that use IndexStore Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of IndexStore in com.mckoi.database
Fields in com.mckoi.database declared as IndexStore Modifier and Type Field Description private IndexStore
V1MasterTableDataSource. index_store
An IndexStore object that manages the indexes for this table.Methods in com.mckoi.database with parameters of type IndexStore Modifier and Type Method Description (package private) static java.util.ArrayList
ConvertUtils. convertIndexFiles1(java.io.File original_ijf, IndexStore new_store, DataTableDef table_def, DebugLogger logger)
Upgrades an .ijf index file to an .iid IndexStore.
-