java.sql.ResultSet
that just contains a single column. The type of the result value for each row can be specified. The value for the single column will be extracted from the ResultSet
and converted into the specified target type.
@author Juergen Hoeller
@since 1.2
@see JdbcTemplate#queryForList(String,Class)
@see JdbcTemplate#queryForObject(String,Class)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|