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

Packages that use DbSupport
com.googlecode.flyway.core.clean Private API. 
com.googlecode.flyway.core.dbsupport Private API. 
com.googlecode.flyway.core.dbsupport.db2 Private API. 
com.googlecode.flyway.core.dbsupport.h2 Private API. 
com.googlecode.flyway.core.dbsupport.hsql Private API. 
com.googlecode.flyway.core.dbsupport.mysql Private API. 
com.googlecode.flyway.core.dbsupport.oracle Private API. 
com.googlecode.flyway.core.dbsupport.postgresql Private API. 
com.googlecode.flyway.core.dbsupport.sqlserver Private API. 
com.googlecode.flyway.core.metadatatable Private API. 
com.googlecode.flyway.core.migration SchemaVersion class, the rest is Private API. 
com.googlecode.flyway.core.migration.init Private API. 
com.googlecode.flyway.core.migration.java Support for Java migrations. 
com.googlecode.flyway.core.migration.sql Private API. 
 

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, java.lang.String[] schemas)
          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.db2
 

Classes in com.googlecode.flyway.core.dbsupport.db2 that implement DbSupport
 class DB2DbSupport
          DB2 Support.
 

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

Classes in com.googlecode.flyway.core.dbsupport.sqlserver that implement DbSupport
 class SQLServerDbSupport
          MSsql-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 schema, java.lang.String table)
          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
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, SchemaVersion target, boolean ignoreFailedFutureMigration)
          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 JavaMigrationExecutor.migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
           
 void BaseJavaMigration.migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Deprecated. 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 © 2011. All Rights Reserved.