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

com.objectsql.handler.ResultSetFunction Maven / Gradle / Ivy

There is a newer version: 6.1
Show newest version
package com.objectsql.handler;

import java.sql.ResultSet;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy