public interface RowMapper<T>
extends java.io.Serializable
T mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
next()方法rs - 数据集对象rowNum - 当前处理的记录行java.sql.SQLException - 一般不需要处理,在DBSql中统一转换并抛出Copyright © Actionsoft Co., Ltd. All Rights Reserved.