|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptUpdate | |
---|---|
org.dbmaintain | |
org.dbmaintain.script.analyzer |
Uses of ScriptUpdate in org.dbmaintain |
---|
Method parameters in org.dbmaintain with type arguments of type ScriptUpdate | |
---|---|
protected void |
DefaultDbMaintainer.executeScriptUpdates(SortedSet<ScriptUpdate> scriptUpdates)
Executes the given scripts and updates the database execution registry appropriately. |
protected void |
DefaultDbMaintainer.performRegularScriptRenamesInExecutedScripts(SortedSet<ScriptUpdate> regularScriptRenames)
Updates the records in the DBMAINTAIN_SCRIPTS table for all scripts that were regularly renamed (i.e. renamed without changing the order of the incremental scripts. |
protected void |
DefaultDbMaintainer.removeDeletedRepeatableScriptsFromExecutedScripts(SortedSet<ScriptUpdate> repeatableScriptDeletions)
Removes all executed scripts that indicate repeatable scripts that were removed since the last database update |
Uses of ScriptUpdate in org.dbmaintain.script.analyzer |
---|
Methods in org.dbmaintain.script.analyzer that return types with arguments of type ScriptUpdate | |
---|---|
SortedSet<ScriptUpdate> |
ScriptUpdates.getIrregularScriptUpdates()
|
SortedSet<ScriptUpdate> |
ScriptUpdates.getRegularlyAddedOrModifiedScripts()
|
SortedSet<ScriptUpdate> |
ScriptUpdates.getRegularlyAddedPatchScripts()
|
SortedSet<ScriptUpdate> |
ScriptUpdates.getRegularlyDeletedRepeatableScripts()
|
SortedSet<ScriptUpdate> |
ScriptUpdates.getRegularlyRenamedScripts()
|
SortedSet<ScriptUpdate> |
ScriptUpdates.getRegularPostprocessingScriptUpdates()
|
SortedSet<ScriptUpdate> |
ScriptUpdates.getRegularScriptUpdates()
|
Methods in org.dbmaintain.script.analyzer with parameters of type ScriptUpdate | |
---|---|
int |
ScriptUpdate.compareTo(ScriptUpdate other)
|
String |
ScriptUpdatesFormatter.formatScriptUpdate(ScriptUpdate scriptUpdate)
|
Method parameters in org.dbmaintain.script.analyzer with type arguments of type ScriptUpdate | |
---|---|
String |
ScriptUpdatesFormatter.formatScriptUpdates(SortedSet<ScriptUpdate> scriptUpdates)
|
Constructor parameters in org.dbmaintain.script.analyzer with type arguments of type ScriptUpdate | |
---|---|
ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
SortedSet<ScriptUpdate> irregularScriptUpdates,
SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
SortedSet<ScriptUpdate> regularlyRenamedScripts)
|
|
ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
SortedSet<ScriptUpdate> irregularScriptUpdates,
SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
SortedSet<ScriptUpdate> regularlyRenamedScripts)
|
|
ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
SortedSet<ScriptUpdate> irregularScriptUpdates,
SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
SortedSet<ScriptUpdate> regularlyRenamedScripts)
|
|
ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
SortedSet<ScriptUpdate> irregularScriptUpdates,
SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
SortedSet<ScriptUpdate> regularlyRenamedScripts)
|
|
ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
SortedSet<ScriptUpdate> irregularScriptUpdates,
SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
SortedSet<ScriptUpdate> regularlyRenamedScripts)
|
|
ScriptUpdates(SortedSet<ScriptUpdate> regularlyAddedOrModifiedScripts,
SortedSet<ScriptUpdate> irregularScriptUpdates,
SortedSet<ScriptUpdate> regularlyDeletedRepeatableScripts,
SortedSet<ScriptUpdate> regularlyAddedPatchScripts,
SortedSet<ScriptUpdate> regularPostprocessingScriptUpdates,
SortedSet<ScriptUpdate> regularlyRenamedScripts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |