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

Packages that use MigrationType
com.googlecode.flyway.core.metadatatable   
com.googlecode.flyway.core.migration   
com.googlecode.flyway.core.migration.init   
com.googlecode.flyway.core.migration.java   
com.googlecode.flyway.core.migration.sql   
 

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

Methods in com.googlecode.flyway.core.metadatatable that return MigrationType
 MigrationType MetaDataTableRow.getMigrationType()
           
 

Constructors in com.googlecode.flyway.core.metadatatable with parameters of type MigrationType
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 MigrationType in com.googlecode.flyway.core.migration
 

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

Uses of MigrationType in com.googlecode.flyway.core.migration.init
 

Methods in com.googlecode.flyway.core.migration.init that return MigrationType
 MigrationType InitMigration.getMigrationType()
           
 

Uses of MigrationType in com.googlecode.flyway.core.migration.java
 

Methods in com.googlecode.flyway.core.migration.java that return MigrationType
 MigrationType BaseJavaMigration.getMigrationType()
           
 

Uses of MigrationType in com.googlecode.flyway.core.migration.sql
 

Methods in com.googlecode.flyway.core.migration.sql that return MigrationType
 MigrationType SqlMigration.getMigrationType()
           
 



Copyright © 2010. All Rights Reserved.