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 void
addBackupTables()
protected void
addDeleteTables()
protected void
addScriptHeader()
Methods inherited from class ru.bitel.bgbilling.modules.dba.server.bean.ScriptGenerator
addBackupTable, addDeleteTable, getScript, setBackupPath, setMysqlCommand, setMysqlDumpCommand
Methods 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:
addScriptHeader
in classScriptGenerator
-
addBackupTables
protected void addBackupTables()- Specified by:
addBackupTables
in classScriptGenerator
-
addDeleteTables
protected void addDeleteTables()- Specified by:
addDeleteTables
in classScriptGenerator
-