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

io.github.jinghui70.rainbow.dbaccess.ResultSetFunction Maven / Gradle / Ivy

There is a newer version: 5.2.1
Show newest version
package io.github.jinghui70.rainbow.dbaccess;

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

public interface ResultSetFunction  {

    V apply(ResultSet resultSet) throws SQLException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy