Interface | Description |
---|---|
RowMapper |
Class | Description |
---|---|
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 implemention 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.
|
Copyright © 2022 Liquibase.org. All rights reserved.