public class FlywayExt
extends org.flywaydb.core.Flyway
It is THE public API from which all important Flyway functions such as clean, validate and migrate can be called.
| Constructor and Description |
|---|
FlywayExt()
Creates a new instance of Flyway.
|
| Modifier and Type | Method and Description |
|---|---|
int |
migrate() |
void |
setLocations(String... locations) |
baseline, clean, configure, configure, getBaselineDescription, getBaselineVersion, getCallbacks, getClassLoader, getDataSource, getEncoding, getInstalledBy, getLocations, getPlaceholderPrefix, getPlaceholders, getPlaceholderSuffix, getRepeatableSqlMigrationPrefix, getResolvers, getSchemas, getSqlMigrationPrefix, getSqlMigrationSeparator, getSqlMigrationSuffix, getTable, getTarget, info, isAllowMixedMigrations, isBaselineOnMigrate, isCleanDisabled, isCleanOnValidationError, isGroup, isIgnoreFailedFutureMigration, isIgnoreFutureMigrations, isIgnoreMissingMigrations, isMixed, isOutOfOrder, isPlaceholderReplacement, isSkipDefaultCallbacks, isSkipDefaultResolvers, isValidateOnMigrate, repair, setAllowMixedMigrations, setBaselineDescription, setBaselineOnMigrate, setBaselineVersion, setBaselineVersionAsString, setCallbacks, setCallbacksAsClassNames, setClassLoader, setCleanDisabled, setCleanOnValidationError, setDataSource, setDataSource, setEncoding, setGroup, setIgnoreFailedFutureMigration, setIgnoreFutureMigrations, setIgnoreMissingMigrations, setInstalledBy, setMixed, setOutOfOrder, setPlaceholderPrefix, setPlaceholderReplacement, setPlaceholders, setPlaceholderSuffix, setRepeatableSqlMigrationPrefix, setResolvers, setResolversAsClassNames, setSchemas, setSkipDefaultCallbacks, setSkipDefaultResolvers, setSqlMigrationPrefix, setSqlMigrationSeparator, setSqlMigrationSuffix, setTable, setTarget, setTargetAsString, setValidateOnMigrate, validatepublic FlywayExt()
public void setLocations(String... locations)
setLocations in class org.flywaydb.core.Flywaypublic int migrate()
throws org.flywaydb.core.api.FlywayException
migrate in class org.flywaydb.core.Flywayorg.flywaydb.core.api.FlywayExceptionCopyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.