Class SQLDatabaseSchemeDumpThread

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

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