|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||