Uses of Interface
liquibase.executor.Executor
-
Packages that use Executor Package Description liquibase.executor liquibase.executor.jvm liquibase.sdk.executor -
-
Uses of Executor in liquibase.executor
Classes in liquibase.executor that implement Executor Modifier and Type Class Description classAbstractExecutorCode common to all Executor services / blueprint for Executor service classes.classLoggingExecutorA variant of the Executor service that does not actually modify the target database(s).Methods in liquibase.executor that return Executor Modifier and Type Method Description ExecutorExecutorService. getExecutor(String name, Database database)Retrieves a named executor for the specified database.ExecutorExecutorService. getExecutor(Database database)Deprecated.Please useExecutorService.getExecutor(String, Database)instead.Methods in liquibase.executor that return types with arguments of type Executor Modifier and Type Method Description protected Class<Executor>ExecutorService. getPluginClass()Methods in liquibase.executor with parameters of type Executor Modifier and Type Method Description protected intExecutorService. getPriority(Executor executor, Object... args)voidExecutorService. setExecutor(String name, Database database, Executor executor)voidExecutorService. 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 Executor Constructor Description LoggingExecutor(Executor delegatedExecutor, Writer output, Database database) -
Uses of Executor in liquibase.executor.jvm
Classes in liquibase.executor.jvm that implement Executor Modifier and Type Class Description classJdbcExecutorClass to simplify execution of SqlStatements.classSnowflakeJdbcExecutorMethods in liquibase.executor.jvm with parameters of type Executor Modifier and Type Method Description voidChangelogJdbcMdcListener.ExecuteJdbc. execute(Executor executor)TChangelogJdbcMdcListener.QueryJdbc. execute(Executor executor) -
Uses of Executor in liquibase.sdk.executor
Classes in liquibase.sdk.executor that implement Executor Modifier and Type Class Description classMockExecutor
-