@FunctionalInterface
public interface ResultSetHandler<R>
Query.executeAndFetch(ResultSetHandler).| Modifier and Type | Method and Description |
|---|---|
R |
apply(java.sql.ResultSet resultSet) |
R apply(java.sql.ResultSet resultSet) throws java.sql.SQLException
java.sql.SQLException