Uses of Class
org.dbmaintain.launch.task.DbMaintainDatabaseTask

Packages that use DbMaintainDatabaseTask
org.dbmaintain.launch.task   
 

Uses of DbMaintainDatabaseTask in org.dbmaintain.launch.task
 

Subclasses of DbMaintainDatabaseTask in org.dbmaintain.launch.task
 class CheckScriptUpdatesTask
          Performs a dry run of the database update.
 class CleanDatabaseTask
          Task that removes the data of all database tables, except for the DBMAINTAIN_SCRIPTS table.
 class ClearDatabaseTask
          Task that removes all database items, and empties the DBMAINTAIN_SCRIPTS table.
 class DisableConstraintsTask
          Task that disables or drops all foreign key and not null constraints.
 class MarkDatabaseAsUpToDateTask
          Task that marks the database as up-to-date, without executing any script.
 class MarkErrorScriptPerformedTask
          Task that indicates that the failed script was manually performed.
 class MarkErrorScriptRevertedTask
          Task that indicates that the failed script was manually reverted.
 class UpdateDatabaseTask
          Task that updates the database to the latest version.
 class UpdateSequencesTask
          Task that updates all sequences and identity columns to a minimum value.
 



Copyright © 2011. All Rights Reserved.