Uses of Interface
com.googlecode.flyway.core.dbsupport.DbSupport

Packages that use DbSupport
com.googlecode.flyway.core.dbsupport   
com.googlecode.flyway.core.dbsupport.h2   
com.googlecode.flyway.core.dbsupport.hsql   
com.googlecode.flyway.core.dbsupport.mysql   
com.googlecode.flyway.core.dbsupport.oracle   
com.googlecode.flyway.core.migration   
com.googlecode.flyway.core.migration.java   
com.googlecode.flyway.core.migration.sql   
com.googlecode.flyway.core.runtime   
 

Uses of DbSupport in com.googlecode.flyway.core.dbsupport
 

Methods in com.googlecode.flyway.core.dbsupport that return DbSupport
static DbSupport DbSupportFactory.createDbSupport(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
          Initializes the appropriate DbSupport class for the database product used by the data source.
 

Uses of DbSupport in com.googlecode.flyway.core.dbsupport.h2
 

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

Uses of DbSupport in com.googlecode.flyway.core.dbsupport.hsql
 

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

Uses of DbSupport in com.googlecode.flyway.core.dbsupport.mysql
 

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

Uses of DbSupport in com.googlecode.flyway.core.dbsupport.oracle
 

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

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

Methods in com.googlecode.flyway.core.migration 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.
 

Uses of DbSupport in com.googlecode.flyway.core.migration.java
 

Methods in com.googlecode.flyway.core.migration.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.
 

Uses of DbSupport in com.googlecode.flyway.core.migration.sql
 

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

Uses of DbSupport in com.googlecode.flyway.core.runtime
 

Constructors in com.googlecode.flyway.core.runtime with parameters of type DbSupport
DbCleaner(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Creates a new database cleaner.
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 migrator.
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.
 



Copyright © 2010. All Rights Reserved.