Modifier and Type | Class and Description |
---|---|
class |
AbstractMigrateUriRegistrySqlCommand
Base implementation for a
SqlCommand copying data from
URI_REGISTRY table into app_registration table. |
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> |
AbstractBaselineCallback.changeAppRegistrationTable()
Change app registration table.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.changeAuditRecordsTable()
Change audit records table.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.changeStreamDefinitionsTable()
Change stream definitions table.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.changeTaskDefinitionsTable()
Change task definitions table.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.changeUriRegistryTable()
Change uri registry table.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createAppRegistrationTable()
Creates the app registration table.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createAuditRecordsTable()
Creates the audit records table.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createBatchTables()
Creates the batch tables.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createHibernateSequence()
Creates the hibernate sequence.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.createIndexes()
Creates the indexes.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createStreamDefinitionsTable()
Creates the stream definitions table.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createTaskDefinitionsTable()
Creates the task definitions table.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.createTaskDeploymentTable()
Create the task deployment table.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createTaskDeploymentTable()
Creates the task deployment table.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.createTaskLockTable()
Creates the task lock table.
|
abstract List<SqlCommand> |
AbstractInitialSetupMigration.createTaskTables()
Creates the task tables.
|
abstract List<SqlCommand> |
AbstractBaselineCallback.dropIndexes()
Drop indexes.
|
List<SqlCommand> |
AbstractMigration.getCommands()
Gets the commands.
|
List<SqlCommand> |
AbstractInitialSetupMigration.getCommands() |
List<SqlCommand> |
AbstractBaselineCallback.getCommands(org.flywaydb.core.api.callback.Event event,
org.flywaydb.core.api.callback.Context context) |
List<SqlCommand> |
AbstractCallback.getCommands(org.flywaydb.core.api.callback.Event event,
org.flywaydb.core.api.callback.Context context)
Gets the commands.
|
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 | Class and Description |
---|---|
class |
Db2MigrateUriRegistrySqlCommand
db2 related SqlCommand for migrating data from
URI_REGISTRY into app_registration . |
Modifier and Type | Class and Description |
---|---|
class |
MysqlMigrateUriRegistrySqlCommand
mysql related SqlCommand for migrating data from
URI_REGISTRY into app_registration . |
Modifier and Type | Class and Description |
---|---|
class |
OracleMigrateUriRegistrySqlCommand
oracle related SqlCommand for migrating data from
URI_REGISTRY into app_registration . |
Modifier and Type | Class and Description |
---|---|
class |
PostgresMigrateStreamDefinitionsSqlCommand
SqlCommand copying data from STREAM_DEFINITIONS table into
stream_definitions_tmp table handling correct way to use CLOB with
postgres. |
class |
PostgresMigrateTaskDefinitionsSqlCommand
SqlCommand copying data from TASK_DEFINITIONS table into
task_definitions_tmp table handling correct way to use CLOB with
postgres. |
class |
PostgresMigrateUriRegistrySqlCommand
postgres related SqlCommand for migrating data from
URI_REGISTRY into app_registration . |
Modifier and Type | Class and Description |
---|---|
class |
MsSqlMigrateUriRegistrySqlCommand
mssql related SqlCommand for migrating data from
URI_REGISTRY into app_registration . |
Modifier and Type | Field and Description |
---|---|
static List<SqlCommand> |
R__Hibernate_Sequence.fixcommands |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.