Package org.axonframework.common.jdbc
Interface JdbcUtils.SqlResultConverter<R>
- Enclosing class:
JdbcUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Describes a function that converts a
ResultSet into a result of type R.-
Method Summary
-
Method Details
-
apply
Convert the given resultSet to a result of typeR.- Parameters:
resultSet- the sql result set containing results of a prior sql query- Returns:
- the conversion result
- Throws:
SQLException- if the results could not be converted
-