|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationMode | |
|---|---|
| com.googlecode.flyway.core | The main Flyway package and for most users, the only one they'll ever need to know about. |
| com.googlecode.flyway.core.validation | Private API. |
| Uses of ValidationMode in com.googlecode.flyway.core |
|---|
| Methods in com.googlecode.flyway.core that return ValidationMode | |
|---|---|
ValidationMode |
Flyway.getValidationMode()
Retrieves the mode for validation. |
| Methods in com.googlecode.flyway.core with parameters of type ValidationMode | |
|---|---|
void |
Flyway.setValidationMode(ValidationMode validationMode)
Sets the ValidationMode for checksum validation. |
| 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)
Creates a new database validator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||