|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PlaceholderReplacer in com.googlecode.flyway.core.dbsupport |
|---|
| Methods in com.googlecode.flyway.core.dbsupport with parameters of type PlaceholderReplacer | |
|---|---|
SqlScript |
DbSupport.createSqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
Creates a new sql script from this resource with these placeholders to replace. |
| Uses of PlaceholderReplacer in com.googlecode.flyway.core.dbsupport.h2 |
|---|
| Methods in com.googlecode.flyway.core.dbsupport.h2 with parameters of type PlaceholderReplacer | |
|---|---|
SqlScript |
H2DbSupport.createSqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
|
| Uses of PlaceholderReplacer in com.googlecode.flyway.core.dbsupport.hsql |
|---|
| Methods in com.googlecode.flyway.core.dbsupport.hsql with parameters of type PlaceholderReplacer | |
|---|---|
SqlScript |
HsqlDbSupport.createSqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
|
| Uses of PlaceholderReplacer in com.googlecode.flyway.core.dbsupport.mysql |
|---|
| Methods in com.googlecode.flyway.core.dbsupport.mysql with parameters of type PlaceholderReplacer | |
|---|---|
SqlScript |
MySQLDbSupport.createSqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
|
| Constructors in com.googlecode.flyway.core.dbsupport.mysql with parameters of type PlaceholderReplacer | |
|---|---|
MySQLSqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
Creates a new sql script from this source with these placeholders to replace. |
|
| Uses of PlaceholderReplacer in com.googlecode.flyway.core.dbsupport.oracle |
|---|
| Methods in com.googlecode.flyway.core.dbsupport.oracle with parameters of type PlaceholderReplacer | |
|---|---|
SqlScript |
OracleDbSupport.createSqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
|
| Constructors in com.googlecode.flyway.core.dbsupport.oracle with parameters of type PlaceholderReplacer | |
|---|---|
OracleSqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
Creates a new sql script from this source with these placeholders to replace. |
|
| Uses of PlaceholderReplacer in com.googlecode.flyway.core.migration.sql |
|---|
| Fields in com.googlecode.flyway.core.migration.sql declared as PlaceholderReplacer | |
|---|---|
static PlaceholderReplacer |
PlaceholderReplacer.NO_PLACEHOLDERS
PlaceholderReplacer that doesn't replace any placeholders. |
| Constructors in com.googlecode.flyway.core.migration.sql with parameters of type PlaceholderReplacer | |
|---|---|
SqlMigration(org.springframework.core.io.Resource sqlScriptResource,
PlaceholderReplacer placeholderReplacer,
java.lang.String encoding,
java.lang.String versionString)
Creates a new sql script migration based on this sql script. |
|
SqlMigrationResolver(java.lang.String baseDir,
PlaceholderReplacer placeholderReplacer,
java.lang.String encoding,
java.lang.String sqlMigrationPrefix,
java.lang.String sqlMigrationSuffix)
Creates a new instance. |
|
SqlScript(java.lang.String sqlScriptSource,
PlaceholderReplacer placeholderReplacer)
Creates a new sql script from this source with these placeholders to replace. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||