Uses of Class
com.googlecode.flyway.core.migration.MigrationState

Packages that use MigrationState
com.googlecode.flyway.core.metadatatable   
com.googlecode.flyway.core.migration   
 

Uses of MigrationState in com.googlecode.flyway.core.metadatatable
 

Methods in com.googlecode.flyway.core.metadatatable that return MigrationState
 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, 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 are declared.
 



Copyright © 2010. All Rights Reserved.