Uses of Class
com.googlecode.flyway.core.api.FlywayException

Packages that use FlywayException
com.googlecode.flyway.core The main Flyway package and for most users, the only one they'll ever need to know about. 
 

Uses of FlywayException in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core that throw FlywayException
 void Flyway.init()
          Creates and initializes the Flyway metadata table.
 int Flyway.migrate()
          Starts the database migration.
 void Flyway.repair()
          Repairs the Flyway metadata table after a failed migration.
 void Flyway.validate()
          Validate applied migration with classpath migrations to detect accidental changes.
 



Copyright © 2012. All Rights Reserved.