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

org.onetwo.dbm.mapping.ResultSetMapper Maven / Gradle / Ivy

The newest version!
package org.onetwo.dbm.mapping;

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

import org.onetwo.common.utils.map.CaseInsensitiveMap;


public interface ResultSetMapper {
	@SuppressWarnings("rawtypes")
	public CaseInsensitiveMap map(ResultSet rs, CaseInsensitiveMap map)throws SQLException ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy