For instance, `JdbcTemplate` offers `query(sql:Str...
# getting-started
g
For instance,
JdbcTemplate
offers
query(sql:String,ResultSetExtractor<T>)
and
query(sql:String,RowCallbackHandler)
(https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/JdbcTemplate.html)