Class CSVQueryDataDumpThread
java.lang.Object
com.dandymadeproductions.ajqvue.io.CSVQueryDataDumpThread
- All Implemented Interfaces:
Runnable
The CSVQueryDumpThread class provides a thread to safely dump a
given SQL query data to a local file in the CSV format. A status
dialog with cancel is provided to allow the ability to prematurely
terminate the dump.
-
Constructor Summary
ConstructorsConstructorDescriptionCSVQueryDataDumpThread(String queryString, String fileName) CSVQueryDataDumpThread(Connection db_Connection, String queryString, String fileName, boolean useStatusDialog, boolean useLimitIncrement) -
Method Summary
-
Constructor Details
-
CSVQueryDataDumpThread
-
CSVQueryDataDumpThread
public CSVQueryDataDumpThread(Connection db_Connection, String queryString, String fileName, boolean useStatusDialog, boolean useLimitIncrement)
-
-
Method Details
-
run
-