Modifier and Type | Method and Description |
---|---|
static SqlCommand |
SqlCommand.from(String command)
Convenience method returning new instance.
|
static SqlCommand |
SqlCommand.from(String command,
int suppressedErrorCode)
Convenience method returning new instance.
|
Modifier and Type | Method and Description |
---|---|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createHibernateSequence()
Creates the hibernate sequence.
|
List<SqlCommand> |
AbstractBaselineCallback.createHibernateSequence() |
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createSkipperTables()
Creates the skipper tables.
|
List<SqlCommand> |
AbstractBaselineCallback.createSkipperTables() |
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createStateMachineTables()
Creates the state machine tables.
|
List<SqlCommand> |
AbstractBaselineCallback.createStateMachineTables() |
List<SqlCommand> |
AbstractMigration.getCommands()
Gets the commands.
|
List<SqlCommand> |
AbstractInitialSetupMigration.getCommands() |
List<SqlCommand> |
AbstractCallback.getCommands(org.flywaydb.core.api.callback.Event event,
org.flywaydb.core.api.callback.Context context)
Gets the commands.
|
List<SqlCommand> |
AbstractBaselineCallback.getCommands(org.flywaydb.core.api.callback.Event event,
org.flywaydb.core.api.callback.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
SqlCommandsRunner.execute(Connection connection,
List<SqlCommand> commands)
Execute list of
SqlCommand by suppressing errors if those are given
with a command. |
Constructor and Description |
---|
AbstractCallback(org.flywaydb.core.api.callback.Event event,
List<SqlCommand> commands)
Instantiates a new abstract callback.
|
AbstractInitialSetupMigration(List<SqlCommand> commands)
Instantiates a new abstract initial setup migration.
|
AbstractMigration(List<SqlCommand> commands)
Instantiates a new abstract migration.
|
Modifier and Type | Method and Description |
---|---|
List<SqlCommand> |
V1__Initial_Setup.createHibernateSequence() |
List<SqlCommand> |
V1__Initial_Setup.createSkipperTables() |
List<SqlCommand> |
V1__Initial_Setup.createStateMachineTables() |
Modifier and Type | Method and Description |
---|---|
List<SqlCommand> |
V1__Initial_Setup.createHibernateSequence() |
List<SqlCommand> |
V1__Initial_Setup.createSkipperTables() |
List<SqlCommand> |
V1__Initial_Setup.createStateMachineTables() |
Modifier and Type | Method and Description |
---|---|
List<SqlCommand> |
V1__Initial_Setup.createHibernateSequence() |
List<SqlCommand> |
V1__Initial_Setup.createSkipperTables() |
List<SqlCommand> |
V1__Initial_Setup.createStateMachineTables() |
Modifier and Type | Method and Description |
---|---|
List<SqlCommand> |
V1__Initial_Setup.createHibernateSequence() |
List<SqlCommand> |
V1__Initial_Setup.createSkipperTables() |
List<SqlCommand> |
V1__Initial_Setup.createStateMachineTables() |
Modifier and Type | Method and Description |
---|---|
List<SqlCommand> |
V1__Initial_Setup.createHibernateSequence() |
List<SqlCommand> |
V1__Initial_Setup.createSkipperTables() |
List<SqlCommand> |
V1__Initial_Setup.createStateMachineTables() |
List<SqlCommand> |
R__Hibernate_Sequence.getCommands() |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.