@FunctionalInterface public static interface JdbcUtils.SqlResultConverter<R>
ResultSet
into a result of type R
.Modifier and Type | Method and Description |
---|---|
R |
apply(ResultSet resultSet)
Convert the given resultSet to a result of type
R . |
R apply(ResultSet resultSet) throws SQLException
R
.resultSet
- the sql result set containing results of a prior sql querySQLException
- if the results could not be convertedCopyright © 2010–2023. All rights reserved.