![JAR search and dependency download from the Maven repository](/logo.png)
play.db.helper.JdbcResultFactory Maven / Gradle / Ivy
package play.db.helper;
import java.sql.ResultSet;
import java.sql.SQLException;
public interface JdbcResultFactory {
public void init(ResultSet result) throws SQLException;
public T create(ResultSet result) throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy