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

io.github.afezeria.freedao.classic.runtime.ResultHandler Maven / Gradle / Ivy

package io.github.afezeria.freedao.classic.runtime;

import java.sql.ResultSet;

/**
 *
 */
@FunctionalInterface
public interface ResultHandler {
    T handle(ResultSet rs, T item) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy