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

com.jn.sqlhelper.common.resultset.RowMapper Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
package com.jn.sqlhelper.common.resultset;

import java.sql.ResultSet;

public interface RowMapper {
    T mapping(ResultSet row, int currentRowIndex, ResultSetDescription resultSetDescription);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy