Uses of Interface
com.googlecode.flyway.core.api.MigrationInfo

Packages that use MigrationInfo
com.googlecode.flyway.core.api FlywayException, MigrationInfo and related classes. 
 

Uses of MigrationInfo in com.googlecode.flyway.core.api
 

Methods in com.googlecode.flyway.core.api that return MigrationInfo
 MigrationInfo[] MigrationInfoService.all()
          Retrieves the full set of infos about applied, current and future migrations.
 MigrationInfo[] MigrationInfoService.applied()
          Retrieves the full set of infos about the migrations applied to the DB.
 MigrationInfo MigrationInfoService.current()
          Retrieves the information of the current applied migration, if any.
 MigrationInfo[] MigrationInfoService.pending()
          Retrieves the full set of infos about pending migrations, available locally, but not yet applied to the DB.
 



Copyright © 2012. All Rights Reserved.