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

Packages that use SchemaVersion
com.googlecode.flyway.core   
com.googlecode.flyway.core.migration   
com.googlecode.flyway.core.runtime   
 

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.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
static SchemaVersion SchemaVersion.createInitialVersion(java.lang.String rawVersion, java.lang.String description)
          Creates an initial SchemaVersion using this version string.
 SchemaVersion Migration.getVersion()
           
 

Methods in com.googlecode.flyway.core.migration with parameters of type SchemaVersion
 int SchemaVersion.compareTo(SchemaVersion o)
           
 

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

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



Copyright © 2010. All Rights Reserved.