Package com.mckoi.database
Class ConvertUtils
- java.lang.Object
-
- com.mckoi.database.ConvertUtils
-
class ConvertUtils extends java.lang.Object
Various static database convertion tools for converting for upgrading parts of the database.
-
-
Constructor Summary
Constructors Constructor Description ConvertUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.util.ArrayList
convertIndexFiles1(java.io.File original_ijf, IndexStore new_store, DataTableDef table_def, DebugLogger logger)
Upgrades an .ijf index file to an .iid IndexStore.
-
-
-
Method Detail
-
convertIndexFiles1
static java.util.ArrayList convertIndexFiles1(java.io.File original_ijf, IndexStore new_store, DataTableDef table_def, DebugLogger logger) throws java.io.IOException
Upgrades an .ijf index file to an .iid IndexStore. With version 0.92 of the database we introduced a specialized scalable IndexStore for storing all indexing information.Returns an list of MasterTableJournal that contains any journal entries that are pending to be made to the table.
- Throws:
java.io.IOException
-
-