Uses of Interface
migratedb.v1.core.api.internal.jdbc.RowMapper
-
Packages that use RowMapper Package Description migratedb.v1.core.api.internal.jdbc -
-
Uses of RowMapper in migratedb.v1.core.api.internal.jdbc
Methods in migratedb.v1.core.api.internal.jdbc with parameters of type RowMapper Modifier and Type Method Description <T> List<T>JdbcTemplate. query(String sql, RowMapper<T> rowMapper, Object... params)Executes this query and map the results using this row mapper.
-