Uses of Interface
liquibase.executor.jvm.RowMapper
-
Packages that use RowMapper Package Description liquibase.executor.jvm -
-
Uses of RowMapper in liquibase.executor.jvm
Classes in liquibase.executor.jvm that implement RowMapper Modifier and Type Class Description classColumnMapRowMapperRowMapperimplementation that creates ajava.util.Mapfor each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.Fields in liquibase.executor.jvm declared as RowMapper Modifier and Type Field Description protected RowMapperRowMapperResultSetExtractor. rowMapperMethods in liquibase.executor.jvm that return RowMapper Modifier and Type Method Description protected RowMapperJdbcExecutor. getColumnMapRowMapper()Create a new RowMapper for reading columns as key-value pairs.protected RowMapperJdbcExecutor. getSingleColumnRowMapper(Class requiredType)Create a new RowMapper for reading result objects from a single column.Methods in liquibase.executor.jvm with parameters of type RowMapper Modifier and Type Method Description ListJdbcExecutor. query(SqlStatement sql, RowMapper rowMapper)ListJdbcExecutor. query(SqlStatement sql, RowMapper rowMapper, List<SqlVisitor> sqlVisitors)ObjectJdbcExecutor. queryForObject(SqlStatement sql, RowMapper rowMapper)ObjectJdbcExecutor. queryForObject(SqlStatement sql, RowMapper rowMapper, List<SqlVisitor> sqlVisitors)Constructors in liquibase.executor.jvm with parameters of type RowMapper Constructor Description RowMapperNotNullConstraintsResultSetExtractor(RowMapper rowMapper)RowMapperResultSetExtractor(RowMapper rowMapper)Create a new RowMapperResultSetExtractor.RowMapperResultSetExtractor(RowMapper rowMapper, int rowsExpected)Create a new RowMapperResultSetExtractor.
-