Uses of Interface
liquibase.executor.Executor
-
Uses of Executor in liquibase.executor
Modifier and TypeClassDescriptionclass
Code common to all Executor services / blueprint for Executor service classes.class
A variant of the Executor service that does not actually modify the target database(s).Modifier and TypeMethodDescriptionExecutorService.getExecutor
(String name, Database database) Retrieves a named executor for the specified database.ExecutorService.getExecutor
(Database database) Deprecated.Modifier and TypeMethodDescriptionprotected int
ExecutorService.getPriority
(Executor executor, Object... args) void
ExecutorService.setExecutor
(String name, Database database, Executor executor) void
ExecutorService.setExecutor
(Database database, Executor executor) Sets the executor for the given database with the default name "jdbc".ModifierConstructorDescriptionLoggingExecutor
(Executor delegatedExecutor, Writer output, Database database) -
Uses of Executor in liquibase.executor.jvm
Modifier and TypeClassDescriptionclass
Class to simplify execution of SqlStatements.class
-
Uses of Executor in liquibase.sdk.executor
ExecutorService.getExecutor(String, Database)
instead.