com.star.jdbc.RsHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
some utility class for java develop
The newest version!
package com.star.jdbc;
import java.sql.ResultSet;
/**
* 结果集处理器
*/
public interface RsHandler {
/**
* 处理结果集
*
* 常用场景将rs转为pojo
*/
T handle(ResultSet resultSet);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy