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

Packages that use DbSupport
com.googlecode.flyway.core.clean   
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.dbsupport.postgresql   
com.googlecode.flyway.core.metadatatable   
com.googlecode.flyway.core.migration   
com.googlecode.flyway.core.migration.init   
com.googlecode.flyway.core.migration.java   
com.googlecode.flyway.core.migration.sql   
 

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

Constructors in com.googlecode.flyway.core.clean 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.
 

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.dbsupport.postgresql
 

Classes in com.googlecode.flyway.core.dbsupport.postgresql that implement DbSupport
 class PostgreSQLDbSupport
          PostgreSQL-specific support.
 

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

Constructors in com.googlecode.flyway.core.metadatatable with parameters of type DbSupport
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.
MetaDataTable085Upgrader(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport, java.lang.String tableName, java.lang.String baseDir, java.lang.String encoding)
          Creates a new instance of the metadata table support.
 

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

Methods in com.googlecode.flyway.core.migration with parameters of type DbSupport
 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.
abstract  void Migration.migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Performs the migration.
 

Constructors in com.googlecode.flyway.core.migration with parameters of type DbSupport
DbMigrator(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport, MetaDataTable metaDataTable)
          Creates a new database migrator.
 

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

Methods in com.googlecode.flyway.core.migration.init with parameters of type DbSupport
 void InitMigration.migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
           
 

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

Methods in com.googlecode.flyway.core.migration.java with parameters of type DbSupport
 void BaseJavaMigration.migrate(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.migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
           
 



Copyright © 2010. All Rights Reserved.