Uses of Class
com.googlecode.flyway.core.metadatatable.MetaDataTableRow

Packages that use MetaDataTableRow
com.googlecode.flyway.core The main Flyway package and for most users, the only one they'll ever need to know about. 
com.googlecode.flyway.core.metadatatable Private API. 
com.googlecode.flyway.core.migration SchemaVersion class, the rest is Private API. 
 

Uses of MetaDataTableRow in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core that return MetaDataTableRow
 MetaDataTableRow Flyway.status()
          Returns the status (current version) of the database.
 

Methods in com.googlecode.flyway.core that return types with arguments of type MetaDataTableRow
 java.util.List<MetaDataTableRow> Flyway.history()
          Returns the history (all applied migrations) of the database.
 

Uses of MetaDataTableRow in com.googlecode.flyway.core.metadatatable
 

Methods in com.googlecode.flyway.core.metadatatable that return MetaDataTableRow
 MetaDataTableRow MetaDataTable.latestAppliedMigration()
           
 

Methods in com.googlecode.flyway.core.metadatatable that return types with arguments of type MetaDataTableRow
 java.util.List<MetaDataTableRow> MetaDataTable.allAppliedMigrations()
           
 

Methods in com.googlecode.flyway.core.metadatatable with parameters of type MetaDataTableRow
 int MetaDataTableRow.compareTo(MetaDataTableRow o)
           
 void MetaDataTable.insert(MetaDataTableRow metaDataTableRow)
          Adds this row to the metadata table and mark it as current.
 

Uses of MetaDataTableRow in com.googlecode.flyway.core.migration
 

Methods in com.googlecode.flyway.core.migration that return MetaDataTableRow
 MetaDataTableRow DbMigrator.applyMigration(Migration migration)
          Applies this migration to the database.
 



Copyright © 2010. All Rights Reserved.