getResultSet « Database « Spring Q&A





1. getResultSet from Spring-JDBC    stackoverflow.com

I'm using Spring's support for JDBC. I'd like to use JdbcTemplate (or SimpleJdbcTemplate) to execute a query and obtain the result as an instance of ResultSet. The only way that ...