Provides classes for Datatransfer Tool - import data to DBMaker database from ODBC datasource
Basic Classes
- ButtonEditor - a table cell editor extends DBAAbstractCellEditor
- ButtonField - transfromation button in table cell.
- ButtonRenderer - a table cell renderer extends ButtonField implements TableCellRenderer.
- ChooseSource - Choose a source database.
- ColumnInfoObject - store column detail information (name, type, precision, scale...etc)
- ColumnMapModel - a table model in ColumnMapTransfer.java
- ColumnMapTransfer - detail settings for source column and destination column map.
- ComboBoxObject - a interface define setValue(String str) routine.
- ComboEditField - a class for editable combobox.
- ComboEditor - a table cell editor for JTable
- ComboEditRenderer - a table cell renderer for JTable
- CopyQuery - Decide import flow.
- DestinationDB - imported database.
- DetailInfo - show the import status (success or fail)
- Dialog2 - a parent container for SqlQueryStatement.java
- Introduction - introduce all steps about this wizard.
- LogDialog - a parent container for DetailInfo.java
- odbcDialog - a parent contailer for this wizard
- QueryObject - store SQL query (select) string
- QueryStatement - customize a query (select) string
- SourceTableModel - It is a table model in SourceTableView.java
- SourceTableView - imported flow is table by table.
- SqlQueryModel - It is a table model in SqlQueryStatement.java
- SqlQueryStatement - imported flow is query by query.
- ViewLogFile - If any error message be occured when imported data, this class will be created.