Class SQLDatabaseDumpThread
java.lang.Object
com.dandymadeproductions.ajqvue.io.SQLDump
com.dandymadeproductions.ajqvue.io.SQLDatabaseDumpThread
- All Implemented Interfaces:
Runnable
The SQLDatabaseDumpThread class provides a thread to safely
dump the current database data, all tables, 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
Constructors -
Method Summary
Methods inherited from class com.dandymadeproductions.ajqvue.io.SQLDump
addEscapes, dumpChunkOfData, genCommentSep, generateHeaders
-
Constructor Details
-
SQLDatabaseDumpThread
-
-
Method Details
-
run
-