|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutedScript | |
---|---|
org.dbmaintain | |
org.dbmaintain.script | |
org.dbmaintain.script.analyzer | |
org.dbmaintain.script.executedscriptinfo | |
org.dbmaintain.script.executedscriptinfo.impl |
Uses of ExecutedScript in org.dbmaintain |
---|
Methods in org.dbmaintain that return types with arguments of type ExecutedScript | |
---|---|
protected Map<Script,ExecutedScript> |
DefaultDbMaintainer.getAlreadyExecutedScripts()
|
protected SortedSet<ExecutedScript> |
DefaultDbMaintainer.getIncrementalScriptsThatFailedDuringLastUpdate()
|
protected SortedSet<ExecutedScript> |
DefaultDbMaintainer.getRepeatableScriptsThatFailedDuringLastUpdate()
|
Uses of ExecutedScript in org.dbmaintain.script |
---|
Methods in org.dbmaintain.script with parameters of type ExecutedScript | |
---|---|
int |
ExecutedScript.compareTo(ExecutedScript other)
|
Uses of ExecutedScript in org.dbmaintain.script.analyzer |
---|
Methods in org.dbmaintain.script.analyzer that return types with arguments of type ExecutedScript | |
---|---|
protected Map<String,ExecutedScript> |
ScriptUpdatesAnalyzer.getScriptNameExecutedScriptMap()
|
Methods in org.dbmaintain.script.analyzer with parameters of type ExecutedScript | |
---|---|
protected Script |
ScriptUpdatesAnalyzer.findNewScriptWithSameContent(ExecutedScript executedScript)
|
protected Script |
ScriptUpdatesAnalyzer.findScriptWithSameName(ExecutedScript executedScript)
|
protected void |
ScriptUpdatesAnalyzer.registerScriptRename(ExecutedScript executedScript,
Script renamedTo)
Register that the given script has been renamed to the given new script since the last update |
Uses of ExecutedScript in org.dbmaintain.script.executedscriptinfo |
---|
Methods in org.dbmaintain.script.executedscriptinfo that return types with arguments of type ExecutedScript | |
---|---|
Set<ExecutedScript> |
ExecutedScriptInfoSource.getExecutedScripts()
|
Methods in org.dbmaintain.script.executedscriptinfo with parameters of type ExecutedScript | |
---|---|
void |
ExecutedScriptInfoSource.deleteExecutedScript(ExecutedScript executedScript)
Remove the given executed script from the executed scripts |
void |
ExecutedScriptInfoSource.registerExecutedScript(ExecutedScript executedScript)
Registers the fact that the given script has been executed on the database |
void |
ExecutedScriptInfoSource.renameExecutedScript(ExecutedScript executedScript,
Script renamedToScript)
Registers the fact that the script that was originally executed has been renamed. |
void |
ExecutedScriptInfoSource.updateExecutedScript(ExecutedScript executedScript)
Updates the given registered script |
Uses of ExecutedScript in org.dbmaintain.script.executedscriptinfo.impl |
---|
Fields in org.dbmaintain.script.executedscriptinfo.impl with type parameters of type ExecutedScript | |
---|---|
protected SortedSet<ExecutedScript> |
DefaultExecutedScriptInfoSource.cachedExecutedScripts
|
Methods in org.dbmaintain.script.executedscriptinfo.impl that return types with arguments of type ExecutedScript | |
---|---|
protected SortedSet<ExecutedScript> |
DefaultExecutedScriptInfoSource.doGetExecutedScripts()
Precondition: The table db_executed_scripts must exist |
SortedSet<ExecutedScript> |
DefaultExecutedScriptInfoSource.getExecutedScripts()
|
Methods in org.dbmaintain.script.executedscriptinfo.impl with parameters of type ExecutedScript | |
---|---|
void |
DefaultExecutedScriptInfoSource.deleteExecutedScript(ExecutedScript executedScript)
Remove the given executed script from the executed scripts |
protected void |
DefaultExecutedScriptInfoSource.insertExecutedScript(ExecutedScript executedScript)
Saves the given registered script Precondition: The table db_executed_scripts must exist |
void |
DefaultExecutedScriptInfoSource.registerExecutedScript(ExecutedScript executedScript)
Registers the fact that the given script has been executed on the database |
void |
DefaultExecutedScriptInfoSource.renameExecutedScript(ExecutedScript executedScript,
Script renamedToScript)
Registers the fact that the script that was originally executed has been renamed. |
void |
DefaultExecutedScriptInfoSource.updateExecutedScript(ExecutedScript executedScript)
Updates the given registered script |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |