Class BatchScriptGenerator
java.lang.Object
ru.bitel.bgbilling.modules.dba.server.bean.ScriptGenerator
ru.bitel.bgbilling.modules.dba.server.bean.BatchScriptGenerator
public class BatchScriptGenerator extends ScriptGenerator
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.dba.server.bean.ScriptGenerator
backupPath, backupTableList, databaseName, deleteTableList, mysqlCommand, mysqlDumpCommand, script -
Constructor Summary
Constructors Constructor Description BatchScriptGenerator(Setup setup, java.sql.Connection con, int mid) -
Method Summary
Modifier and Type Method Description protected voidaddBackupTables()protected voidaddDeleteTables()protected voidaddScriptHeader()Methods inherited from class ru.bitel.bgbilling.modules.dba.server.bean.ScriptGenerator
addBackupTable, addDeleteTable, getScript, setBackupPath, setMysqlCommand, setMysqlDumpCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BatchScriptGenerator
-
-
Method Details
-
addScriptHeader
protected void addScriptHeader()- Specified by:
addScriptHeaderin classScriptGenerator
-
addBackupTables
protected void addBackupTables()- Specified by:
addBackupTablesin classScriptGenerator
-
addDeleteTables
protected void addDeleteTables()- Specified by:
addDeleteTablesin classScriptGenerator
-