Uses of Class
generalDatabase.external.TableInformation
Packages that use TableInformation
-
Uses of TableInformation in generalDatabase.external
Methods in generalDatabase.external that return types with arguments of type TableInformationModifier and TypeMethodDescriptionCopyManager.getTableInfo
(DBControl sourceDatabase, DBControl destDatabase) Extract all information about all tables in a database but don't do any checking or changing of any of those tables.Methods in generalDatabase.external with parameters of type TableInformationModifier and TypeMethodDescriptionboolean
CopyManager.autoFixTable
(DBControl destDatabase, TableInformation tableInformation, TableInformationMonitor tableInfoMonitor) Attempt to create / automatically fix an output tablevoid
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
CopyDialog.sayTableInfo
(TableInformation tableInformation) void
TableInformationMonitor.setTableInformation
(TableInformation tableInformation) Method parameters in generalDatabase.external with type arguments of type TableInformationModifier and TypeMethodDescriptionvoid
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.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.