Class SQLDatabaseDumpThread

java.lang.Object
com.dandymadeproductions.ajqvue.io.SQLDump
com.dandymadeproductions.ajqvue.io.SQLDatabaseDumpThread
All Implemented Interfaces:
Runnable

public class SQLDatabaseDumpThread extends SQLDump implements 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.