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

Packages that use SchemaVersion
com.googlecode.flyway.core   
com.googlecode.flyway.core.metadatatable   
com.googlecode.flyway.core.migration   
com.googlecode.flyway.core.migration.init   
 

Uses of SchemaVersion in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core with parameters of type SchemaVersion
 void Flyway.init(SchemaVersion initialVersion)
          Creates and initializes the Flyway metadata table.
 

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

Methods in com.googlecode.flyway.core.metadatatable that return SchemaVersion
 SchemaVersion MetaDataTableRow.getVersion()
           
 

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

Fields in com.googlecode.flyway.core.migration declared as SchemaVersion
static SchemaVersion SchemaVersion.EMPTY
          Schema version for an empty schema.
static SchemaVersion SchemaVersion.LATEST
          Latest schema version.
protected  SchemaVersion Migration.schemaVersion
          The target schema version of this migration.
 

Methods in com.googlecode.flyway.core.migration that return SchemaVersion
 SchemaVersion Migration.getVersion()
           
 

Methods in com.googlecode.flyway.core.migration with parameters of type SchemaVersion
 int SchemaVersion.compareTo(SchemaVersion o)
           
 void DbMigrator.init(SchemaVersion schemaVersion)
          Initializes the metadata table with this version.
 

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

Constructors in com.googlecode.flyway.core.migration.init with parameters of type SchemaVersion
InitMigration(SchemaVersion schemaVersion)
          Creates a new initial migration with this version.
 



Copyright © 2010. All Rights Reserved.