Uses of Interface
com.google.code.flyway.core.dbsupport.DbSupport

Packages that use DbSupport
com.google.code.flyway.core   
com.google.code.flyway.core.dbsupport.h2   
com.google.code.flyway.core.dbsupport.hsql   
com.google.code.flyway.core.dbsupport.mysql   
com.google.code.flyway.core.dbsupport.oracle   
com.google.code.flyway.core.java   
com.google.code.flyway.core.sql   
 

Uses of DbSupport in com.google.code.flyway.core
 

Methods in com.google.code.flyway.core with parameters of type DbSupport
protected  void Migration.doMigrate(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Performs the migration.
 void Migration.migrate(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Performs the migration.
 

Constructors in com.google.code.flyway.core with parameters of type DbSupport
DbMigrator(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport, java.util.Collection<MigrationResolver> migrationResolvers, MetaDataTable metaDataTable)
          Creates a new database migration.
MetaDataTable(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport, java.lang.String tableName)
          Creates a new instance of the metadata table support.
 

Uses of DbSupport in com.google.code.flyway.core.dbsupport.h2
 

Classes in com.google.code.flyway.core.dbsupport.h2 that implement DbSupport
 class H2DbSupport
          H2 database specific support
 

Uses of DbSupport in com.google.code.flyway.core.dbsupport.hsql
 

Classes in com.google.code.flyway.core.dbsupport.hsql that implement DbSupport
 class HsqlDbSupport
          HsqlDb-specific support
 

Uses of DbSupport in com.google.code.flyway.core.dbsupport.mysql
 

Classes in com.google.code.flyway.core.dbsupport.mysql that implement DbSupport
 class MySQLDbSupport
          Mysql-specific support.
 

Uses of DbSupport in com.google.code.flyway.core.dbsupport.oracle
 

Classes in com.google.code.flyway.core.dbsupport.oracle that implement DbSupport
 class OracleDbSupport
          Oracle-specific support.
 

Uses of DbSupport in com.google.code.flyway.core.java
 

Methods in com.google.code.flyway.core.java with parameters of type DbSupport
protected  void BaseJavaMigration.doMigrate(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Performs the migration.
protected abstract  void BaseJavaMigration.doMigrateInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Performs the migration inside a transaction.
 

Uses of DbSupport in com.google.code.flyway.core.sql
 

Methods in com.google.code.flyway.core.sql with parameters of type DbSupport
 void SqlMigration.doMigrate(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
           
 



Copyright © 2010. All Rights Reserved.