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) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutorService.setExecutor(Database database,
Executor executor) |
Constructor and Description |
---|
LoggingExecutor(Executor delegatedExecutor,
Writer output,
Database database) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcExecutor
Class to simplify execution of SqlStatements.
|
Modifier and Type | Class and Description |
---|---|
class |
MockExecutor |
Copyright © 2019 Liquibase.org. All rights reserved.