Provides classes for Datatransfer Tool - import text file wizard steps.
Basic Classes
- AdvancedSetting - Select file format for text file.
- ColumnData - Store column detail information (name, datatype, precision...)
- DataContent - get text file first 3 rows and paint data in panel.
- DestinationDataSource - Choose a destination database.
- FileFormat - Specify text file format.
- ImTextDialog - It is a parent container for this wizard.
- Introduction - Describe all steps for wizard.
- SchemaTypes - store java sql datatype and DBMaker datatype relationship.
- SourceTextName - Specify source text file name.
- SpecifyColLength - Specify every column length from mouse click line.
- TextColumnSchema - A class get text file 3 rows extends Vector.
- TransferCols - It is a table model for storing column name, datatype, precision, scale...etc.
- TransferRowInfo - an object for every table row.
- TransferSetting - import data detail setting.