Package liquibase.executor.jvm
package liquibase.executor.jvm
-
ClassDescriptionA wrapper utility class around the standard JdbcExecutor used to monitor and log sql from Jdbc queries
RowMapper
implementation that creates ajava.util.Map
for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.Class to simplify execution of SqlStatements.Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create a not null constraint object for each row.Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row.