All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pers.clare.hisql.function.ResultSetHandler Maven / Gradle / Ivy

The newest version!
package pers.clare.hisql.function;


import pers.clare.hisql.support.ResultSetConverter;

import java.sql.ResultSet;

@FunctionalInterface
public interface ResultSetHandler {
    R apply(ResultSetConverter resultSetConverter, ResultSet resultSet, Class returnType) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy