Uses of Interface
liquibase.executor.Executor
Packages that use Executor
-
Uses of Executor in liquibase.executor
Classes in liquibase.executor that implement ExecutorModifier 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).Methods in liquibase.executor that return ExecutorModifier and TypeMethodDescriptionExecutorService.getExecutor
(String name, Database database) Retrieves a named executor for the specified database.ExecutorService.getExecutor
(Database database) Deprecated.Methods in liquibase.executor that return types with arguments of type ExecutorMethods in liquibase.executor with parameters of type ExecutorModifier 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".Constructors in liquibase.executor with parameters of type ExecutorModifierConstructorDescriptionLoggingExecutor
(Executor delegatedExecutor, Writer output, Database database) -
Uses of Executor in liquibase.executor.jvm
Classes in liquibase.executor.jvm that implement ExecutorModifier and TypeClassDescriptionclass
Class to simplify execution of SqlStatements.class
Methods in liquibase.executor.jvm with parameters of type Executor -
Uses of Executor in liquibase.sdk.executor
Classes in liquibase.sdk.executor that implement Executor
ExecutorService.getExecutor(String, Database)
instead.