Uses of Class
org.dbmaintain.maven.plugin.BaseDatabaseMojo

Packages that use BaseDatabaseMojo
org.dbmaintain.maven.plugin   
 

Uses of BaseDatabaseMojo in org.dbmaintain.maven.plugin
 

Subclasses of BaseDatabaseMojo in org.dbmaintain.maven.plugin
 class CheckScriptUpdatesMojo
          Performs a dry run of the database update.
 class CleanDatabaseMojo
          Task that removes the data of all database tables.
 class ClearDatabaseMojo
          Task that removes all database items like tables, views etc from the database and empties the DBMAINTAIN_SCRIPTS table.
 class DisableConstraintsMojo
          Task that disables or drops all foreign key and not null constraints.
 class MarkDatabaseAsUpToDateMojo
          This operation updates the state of the database to indicate that all scripts have been executed, without actually executing them.
 class MarkErrorScriptPerformedMojo
          Task that indicates that the failed script was manually performed.
 class MarkErrorScriptRevertedMojo
          Task that indicates that the failed script was manually reverted.
 class UpdateDatabaseMojo
          Task that updates the database to the latest version.
 class UpdateSequencesMojo
          This operation is also mainly useful for automated testing purposes.
 



Copyright © 2011. All Rights Reserved.