Class SQLDataDumpThread
java.lang.Object
com.dandymadeproductions.ajqvue.io.SQLDump
com.dandymadeproductions.ajqvue.io.SQLDataDumpThread
- All Implemented Interfaces:
Runnable
The SQLDataDumpThread provides a thread to safely dump database
table data to a local file in SQL format. A status dialog with
cancel is provided to provide the ability to prematurely terminate
the dump.
-
Field Summary
Fields inherited from class com.dandymadeproductions.ajqvue.io.SQLDump
filebuff, fileName, POSTGRESQL_ESCAPE_BYTEA -
Constructor Summary
ConstructorsConstructorDescriptionSQLDataDumpThread(ArrayList<String> columnNameFields, HashMap<String, String> tableColumnNames, boolean limits, HashMap<String, String> tableColumnClassHashMap, HashMap<String, Integer> tableColumnSQLTypeHashMap, HashMap<String, String> tableColumnTypeNameHashMap, String exportedTable, String fileName) -
Method Summary
Methods inherited from class com.dandymadeproductions.ajqvue.io.SQLDump
addEscapes, dumpChunkOfData, genCommentSep, generateHeaders
-
Constructor Details
-
SQLDataDumpThread
public SQLDataDumpThread(ArrayList<String> columnNameFields, HashMap<String, String> tableColumnNames, boolean limits, HashMap<String, String> tableColumnClassHashMap, HashMap<String, Integer> tableColumnSQLTypeHashMap, HashMap<String, String> tableColumnTypeNameHashMap, String exportedTable, String fileName)
-
-
Method Details
-
run
-