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

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

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

Constructors in com.google.code.flyway.core with parameters of type DbSupport
DbMigrator(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.simple.SimpleJdbcTemplate 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.simple.SimpleJdbcTemplate 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.h2
 

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

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

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

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

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

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

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

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

Constructors in com.google.code.flyway.core.sql with parameters of type DbSupport
SqlMigration(org.springframework.core.io.Resource sqlScriptResource, java.util.Map<java.lang.String,java.lang.String> placeholders, DbSupport dbSupport)
          Creates a new sql script migration based on this sql script.
SqlMigrationResolver(java.lang.String baseDir, java.util.Map<java.lang.String,java.lang.String> placeholders, DbSupport dbSupport)
          Creates a new instance.
 



Copyright © 2010. All Rights Reserved.