Uses of Interface
generalDatabase.external.TableInformationMonitor
-
Uses of TableInformationMonitor in generalDatabase.external
Modifier and TypeMethodDescriptionboolean
CopyManager.autoFixTable
(DBControl destDatabase, TableInformation tableInformation, TableInformationMonitor tableInfoMonitor) Attempt to create / automatically fix an output tablevoid
CopyManager.copyData
(DBControl sourceDatabase, DBControl destDatabase, List<TableInformation> tableInfo, TableInformationMonitor tableInfoMonitor) Copy the data in the list of Tableinformation'svoid
CopyManager.copyDataW
(DBControl sourceDatabase, DBControl destDatabase, List<TableInformation> tableList, TableInformationMonitor tableInfoMonitor) Copy the data in a list of tables, but in a separate Swing Worker thread.void
CopyManager.createTables
(DBControl destDatabase, List<TableInformation> tableInfo, TableInformationMonitor tableInformationMonitor) void
CopyManager.dropAndReplace
(DBControl sourceDatabase, DBControl destDatabase, TableInformation tableInformation, TableInformationMonitor tableInformationMonitor) Bit of a bodge to get it to call back round to the same point.void
CopyManager.getTableInformation
(List<TableInformation> tableInfo, DBControl sourceDatabase, DBControl destDatabase, TableInformationMonitor tableInfoMonitor) Get information about the state of all tables.void
CopyManager.getTableInformationW
(List<TableInformation> tableInfo, DBControl sourceDatabase, DBControl destDatabase, TableInformationMonitor tableInfoMonitor) Call the table information functions in a separate SwingWorker thread.