| Package | Description |
|---|---|
| com.googlecode.flyway.core.api |
FlywayException, MigrationInfo and related classes.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All Rights Reserved.