Interface DBAService
public interface DBAService
-
Method Summary
Modifier and TypeMethodDescriptiongenerateScript(GenerateScriptParameters generateScriptParameters) voidtableAutoarchiveUpdate(Set<String> tableNameMaskSet, int autoValue) voidtableInArchiveUpdate(List<String> tableName, boolean value)
-
Method Details
-
tableInfoList
- Throws:
ru.bitel.bgbilling.common.BGException
-
tableInArchiveUpdate
void tableInArchiveUpdate(List<String> tableName, boolean value) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
tableAutoarchiveUpdate
void tableAutoarchiveUpdate(Set<String> tableNameMaskSet, int autoValue) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
generateScript
String generateScript(GenerateScriptParameters generateScriptParameters) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-