public class BatchScriptGenerator extends ScriptGenerator
backupPath, backupTableList, databaseName, deleteTableList, mysqlCommand, mysqlDumpCommand, script| Constructor and Description |
|---|
BatchScriptGenerator(Setup setup,
java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addBackupTables() |
protected void |
addDeleteTables() |
protected void |
addScriptHeader() |
addBackupTable, addDeleteTable, getScript, setBackupPath, setMysqlCommand, setMysqlDumpCommandpublic BatchScriptGenerator(Setup setup, java.sql.Connection con, int mid)
protected void addScriptHeader()
addScriptHeader in class ScriptGeneratorprotected void addBackupTables()
addBackupTables in class ScriptGeneratorprotected void addDeleteTables()
addDeleteTables in class ScriptGenerator