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

com.ursful.framework.orm.handler.ResultSetFunction Maven / Gradle / Ivy

The newest version!
package com.ursful.framework.orm.handler;

import java.sql.ResultSet;

@FunctionalInterface
public interface ResultSetFunction {
    void process(ResultSet resultSet);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy