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.
 

Methods in com.google.code.flyway.core that return SchemaVersion
 SchemaVersion Migration.getVersion()
           
 SchemaVersion BaseMigration.getVersion()
           
 

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



Copyright © 2010. All Rights Reserved.