
sf.database.jdbc.rowmapper.ArrayRowMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.database.jdbc.rowmapper;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
/**
* 结果集转为数组
*/
public class ArrayRowMapper implements RowMapper
© 2015 - 2025 Weber Informatics LLC | Privacy Policy