| Interface | Description |
|---|---|
| ChangelogJdbcMdcListener.ExecuteJdbc | |
| ChangelogJdbcMdcListener.QueryJdbc<T> | |
| RowMapper |
| Class | Description |
|---|---|
| ChangelogJdbcMdcListener |
A wrapper utility class around the standard JdbcExecutor used to monitor and log sql from Jdbc queries
|
| ColumnMapRowMapper |
RowMapper implementation that creates a java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key. |
| ExampleExecutor |
This is an example of a custom
Executor implementation which can be specified
in a changelog with the "runWith" attribute |
| JdbcExecutor |
Class to simplify execution of SqlStatements.
|
| RowMapperNotNullConstraintsResultSetExtractor |
Adapter implementation of the ResultSetExtractor interface that delegates
to a RowMapper which is supposed to create a not null constraint object for each row.
|
| RowMapperResultSetExtractor |
Adapter implementation of the ResultSetExtractor interface that delegates
to a RowMapper which is supposed to create an object for each row.
|
| SnowflakeJdbcExecutor |
Copyright © 2023 Liquibase.org. All rights reserved.