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

ru.curs.celesta.dbutils.jdbc.SQLAction Maven / Gradle / Ivy

The newest version!
package ru.curs.celesta.dbutils.jdbc;

import java.sql.ResultSet;
import java.sql.SQLException;

@FunctionalInterface
public interface SQLAction {
    void invoke(ResultSet rs) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy