|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MigrationState | |
|---|---|
| com.googlecode.flyway.core.migration | |
| Uses of MigrationState in com.googlecode.flyway.core.migration |
|---|
| Fields in com.googlecode.flyway.core.migration declared as MigrationState | |
|---|---|
protected MigrationState |
Migration.migrationState
The state of this migration. |
| Methods in com.googlecode.flyway.core.migration that return MigrationState | |
|---|---|
MigrationState |
Migration.getState()
|
static MigrationState |
MigrationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MigrationState[] |
MigrationState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||