Class CSVDataImportThread
java.lang.Object
com.dandymadeproductions.ajqvue.io.CSVDataImportThread
- All Implemented Interfaces:
Runnable
The CSVDataImportThread class provide the means to import a
standard CSV file into the current selected database table
via a safe thread method. A progress bar is offered to
address the ability to cancel the import.
-
Constructor Summary
ConstructorsConstructorDescriptionCSVDataImportThread(String fileName, String csvOption, boolean temporaryDataFile) CSVDataImportThread(Connection dbConnection, String dataSourceType, String tableName, boolean useStatusDialog, String fileName) -
Method Summary
-
Constructor Details
-
CSVDataImportThread
-
CSVDataImportThread
public CSVDataImportThread(Connection dbConnection, String dataSourceType, String tableName, boolean useStatusDialog, String fileName)
-
-
Method Details
-
run
-