Class SQLDatabaseSchemeDumpThread
java.lang.Object
com.dandymadeproductions.ajqvue.io.SQLDump
com.dandymadeproductions.ajqvue.io.SQLDatabaseSchemeDumpThread
- All Implemented Interfaces:
Runnable
The SQLDatabaseSchemeDumpThread class provides a thread to safely
dump the current database scheme, 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
-
SQLDatabaseSchemeDumpThread
-
-
Method Details
-
run
-