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

Packages that use MetaDataTableRow
com.googlecode.flyway.core   
com.googlecode.flyway.core.metadatatable   
com.googlecode.flyway.core.migration   
 

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, org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Applies this migration to the database.
 



Copyright © 2010. All Rights Reserved.