| 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. |
| JdbcExecutor |
Class to simplify execution of SqlStatements.
|
| RowMapperResultSetExtractor |
Adapter implementation of the ResultSetExtractor interface that delegates
to a RowMapper which is supposed to create an object for each row.
|
Copyright © 2018 Liquibase.org. All rights reserved.