Interface | Description |
---|---|
Executor |
Interface for a class that is capable of executing statements/queries against a DBMS.
|
Class | Description |
---|---|
AbstractExecutor |
Code common to all Executor services / blueprint for Executor service classes.
|
ExecutorService | |
LoggingExecutor |
A variant of the Executor service that does not actually modify the target database(s).
|
Copyright © 2023 Liquibase.org. All rights reserved.