Posts Tagged ‘ResultSetExcractor’

Using ResultSetExcractor in Spring JdbcTemplate

JdbcTemplate class includes query methods to prepare and execute the SQL queries. The Spring JDBC abstraction framewor provides three different types of callbacks to read the results after executing the SQL query using query() methods. ResultSetExtractor RowCallbackHandler RowMapper Let’s start our discussion with ResultSetExtractor. ResultSetExtractor contains only one method with the regnature shown in...

Full story

Copyright © 2013 JDBC Tutorial. All rights reserved.
Proudly powered by WordPress. Developed by 7tech Solutions