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. 
com.googlecode.flyway.core.util 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.
 

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

Methods in com.googlecode.flyway.core.util with parameters of type MetaDataTableRow
static void MetaDataTableRowDumper.dumpMigration(MetaDataTableRow metaDataTableRow)
          Dumps this metaDataTableRow in the log file.
 

Method parameters in com.googlecode.flyway.core.util with type arguments of type MetaDataTableRow
static void MetaDataTableRowDumper.dumpMigrations(java.util.List<MetaDataTableRow> metaDataTableRows)
          Dumps this list of metaDataTableRows in the log file.
 



Copyright © 2011. All Rights Reserved.