public class BashScriptGenerator extends ScriptGenerator
backupPath, backupTableList, databaseName, deleteTableList, mysqlCommand, mysqlDumpCommand, script
Constructor and Description |
---|
BashScriptGenerator(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, setMysqlDumpCommand
public BashScriptGenerator(Setup setup, java.sql.Connection con, int mid)
protected void addScriptHeader()
addScriptHeader
in class ScriptGenerator
protected void addBackupTables()
addBackupTables
in class ScriptGenerator
protected void addDeleteTables()
addDeleteTables
in class ScriptGenerator