Uses of Interface
com.googlecode.flyway.core.util.jdbc.RowMapper

Packages that use RowMapper
com.googlecode.flyway.core.util.jdbc Private API: No compatibility guarantees provided. 
 

Uses of RowMapper in com.googlecode.flyway.core.util.jdbc
 

Methods in com.googlecode.flyway.core.util.jdbc with parameters of type RowMapper
<T> java.util.List<T>
JdbcTemplate.query(java.lang.String query, RowMapper<T> rowMapper)
          Executes this query and map the results using this row mapper.
 



Copyright © 2012. All Rights Reserved.