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

com.gitee.qdbp.jdbc.result.RowToMapMapper Maven / Gradle / Ivy

package com.gitee.qdbp.jdbc.result;

import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Map;
import org.springframework.jdbc.core.RowMapper;

/**
 * Row到Map的转换类
 *
 * @author zhaohuihua
 * @version 20210303
 */
public interface RowToMapMapper extends RowMapper> {

	Map mapRow(ResultSet rs, int rowNum) throws SQLException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy