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

Packages that use DbSupport
com.googlecode.flyway.core.clean Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.db2 Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.derby Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.h2 Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.hsql Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.mysql Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.oracle Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.postgresql Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.dbsupport.sqlserver Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.metadatatable Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration SchemaVersion class, the rest is Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.init Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.java Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.jdbc Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.spring Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.sql Private API: No compatibility guarantees provided. 
 

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

Constructors in com.googlecode.flyway.core.clean with parameters of type DbSupport
DbCleaner(TransactionTemplate transactionTemplate, 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(java.sql.Connection connection)
          Initializes the appropriate DbSupport class for the database product used by the data source.
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.db2
 class DB2DbSupport
          DB2 Support.
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.derby
 class DerbyDbSupport
          Derby database specific support
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.h2
 class H2DbSupport
          H2 database specific support
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.hsql
 class HsqlDbSupport
          HsqlDb-specific support
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.mysql
 class MySQLDbSupport
          Mysql-specific support.
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.oracle
 class OracleDbSupport
          Oracle-specific support.
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.postgresql
 class PostgreSQLDbSupport
          PostgreSQL-specific support.
 

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

Subclasses of DbSupport in com.googlecode.flyway.core.dbsupport.sqlserver
 class SQLServerDbSupport
          SQLServer-specific support.
 

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

Constructors in com.googlecode.flyway.core.metadatatable with parameters of type DbSupport
MetaDataTable(java.sql.Connection connection, 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(JdbcTemplate jdbcTemplate, DbSupport dbSupport)
          Performs the migration.
 

Constructors in com.googlecode.flyway.core.migration with parameters of type DbSupport
DbMigrator(java.sql.Connection connection, java.sql.Connection connectionForMigrations, 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(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(JdbcTemplate jdbcTemplate, DbSupport dbSupport)
           
 

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

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

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

Methods in com.googlecode.flyway.core.migration.spring with parameters of type DbSupport
 void SpringJdbcMigrationExecutor.migrate(JdbcTemplate jdbcTemplate, DbSupport dbSupport)
           
 

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(JdbcTemplate jdbcTemplate, DbSupport dbSupport)
           
 



Copyright © 2012. All Rights Reserved.