Uses of Class
com.googlecode.flyway.core.validation.ValidationMode

Packages that use ValidationMode
com.googlecode.flyway.core   
com.googlecode.flyway.core.validation   
 

Uses of ValidationMode in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core with parameters of type ValidationMode
 void Flyway.setValidationMode(ValidationMode validationMode)
           
 

Uses of ValidationMode in com.googlecode.flyway.core.validation
 

Methods in com.googlecode.flyway.core.validation that return ValidationMode
static ValidationMode ValidationMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValidationMode[] ValidationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.googlecode.flyway.core.validation with parameters of type ValidationMode
DbValidator(ValidationMode validationMode, MetaDataTable metaDataTable, java.util.List<Migration> migrations)
          Creates a new database validator.
 



Copyright © 2010. All Rights Reserved.