Uses of Class
com.google.code.flyway.core.SchemaVersion

Packages that use SchemaVersion
com.google.code.flyway.core   
 

Uses of SchemaVersion in com.google.code.flyway.core
 

Fields in com.google.code.flyway.core 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.google.code.flyway.core that return SchemaVersion
 SchemaVersion Migration.getVersion()
           
 

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



Copyright © 2010. All Rights Reserved.