|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MigrationState | |
|---|---|
| com.googlecode.flyway.core.metadatatable | Private API. |
| com.googlecode.flyway.core.migration | SchemaVersion class, the rest is Private API. |
| Uses of MigrationState in com.googlecode.flyway.core.metadatatable |
|---|
| Methods in com.googlecode.flyway.core.metadatatable that return MigrationState | |
|---|---|
MigrationState |
MetaDataTable.getCurrentSchemaState()
|
MigrationState |
MetaDataTableRow.getState()
|
| Methods in com.googlecode.flyway.core.metadatatable with parameters of type MigrationState | |
|---|---|
void |
MetaDataTableRow.update(java.lang.Integer executionTime,
MigrationState state)
Updates this MetaDataTableRow with this execution time and this migration state. |
| Constructors in com.googlecode.flyway.core.metadatatable with parameters of type MigrationState | |
|---|---|
MetaDataTableRow(SchemaVersion schemaVersion,
java.lang.String description,
MigrationType migrationType,
java.lang.String script,
java.lang.Integer checksum,
java.util.Date installedOn,
java.lang.Integer executionTime,
MigrationState state)
Creates a new MetaDataTableRow. |
|
| Uses of MigrationState in com.googlecode.flyway.core.migration |
|---|
| Methods in com.googlecode.flyway.core.migration that return MigrationState | |
|---|---|
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're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||