| Package | Description |
|---|---|
| liquibase.executor | |
| liquibase.executor.jvm | |
| liquibase.sdk.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutor
Code common to all Executor services / blueprint for Executor service classes.
|
class |
LoggingExecutor
A variant of the Executor service that does not actually modify the target database(s).
|
| Modifier and Type | Method and Description |
|---|---|
Executor |
ExecutorService.getExecutor(Database database)
Deprecated.
Please use getExecutor(name, database) instead
|
Executor |
ExecutorService.getExecutor(String name,
Database database)
Retrieve a named executor for the specified database
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<Executor> |
ExecutorService.getPluginClass() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ExecutorService.getPriority(Executor executor,
Object... args) |
void |
ExecutorService.setExecutor(Database database,
Executor executor)
Deprecated.
Please use setExecutor(name, database, executor)
|
void |
ExecutorService.setExecutor(String name,
Database database,
Executor executor) |
| Constructor and Description |
|---|
LoggingExecutor(Executor delegatedExecutor,
Writer output,
Database database) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleExecutor
This is an example of a custom
Executor implemention which can be specified
in a changelog with the "runWith" attribute |
class |
JdbcExecutor
Class to simplify execution of SqlStatements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockExecutor |
Copyright © 2021 Liquibase.org. All rights reserved.