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 TypeMethodDescriptionbooleanCopyManager.autoFixTable(DBControl destDatabase, TableInformation tableInformation, TableInformationMonitor tableInfoMonitor) Attempt to create / automatically fix an output tablevoidCopyManager.dropAndReplace(DBControl sourceDatabase, DBControl destDatabase, TableInformation tableInformation, TableInformationMonitor tableInformationMonitor) Bit of a bodge to get it to call back round to the same point.voidCopyDialog.sayTableInfo(TableInformation tableInformation) voidTableInformationMonitor.setTableInformation(TableInformation tableInformation) Method parameters in generalDatabase.external with type arguments of type TableInformationModifier and TypeMethodDescriptionvoidCopyManager.copyData(DBControl sourceDatabase, DBControl destDatabase, List<TableInformation> tableInfo, TableInformationMonitor tableInfoMonitor) Copy the data in the list of Tableinformation'svoidCopyManager.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.voidCopyManager.createTables(DBControl destDatabase, List<TableInformation> tableInfo, TableInformationMonitor tableInformationMonitor) voidCopyManager.getTableInformation(List<TableInformation> tableInfo, DBControl sourceDatabase, DBControl destDatabase, TableInformationMonitor tableInfoMonitor) Get information about the state of all tables.voidCopyManager.getTableInformationW(List<TableInformation> tableInfo, DBControl sourceDatabase, DBControl destDatabase, TableInformationMonitor tableInfoMonitor) Call the table information functions in a separate SwingWorker thread.