Package org.dbmaintain.launch.ant

Class Summary
BaseAntTask Base DbMaintain task
BaseDatabaseAntTask Base class for ant tasks that perform operations on a database.
CheckScriptUpdatesAntTask Performs a dry run of the database update.
CleanDatabaseAntTask Task that removes the data of all database tables, except for the DBMAINTAIN_SCRIPTS table.
ClearDatabaseAntTask Task that removes all database items like tables, views etc from the database and empties the DBMAINTAIN_SCRIPTS table.
CreateScriptArchiveAntTask Task that enables creating a jar file that packages all database update scripts.
Database  
DisableConstraintsAntTask Task that disables or drops all foreign key and not null constraints.
MarkDatabaseAsUpToDateAntTask This operation updates the state of the database to indicate that all scripts have been executed, without actually executing them.
MarkErrorScriptPerformedAntTask Task that indicates that the failed script was manually performed.
MarkErrorScriptRevertedAntTask Task that indicates that the failed script was manually reverted.
UpdateDatabaseAntTask Task that updates the database to the latest version.
UpdateSequencesAntTask Task that updates all sequences and identity columns to a minimum value.
 



Copyright © 2011. All Rights Reserved.