public interface RowMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
handle(ResultSet rs,
ResultSetMetaData rsmd,
int rowNum) |
T handle(ResultSet rs, ResultSetMetaData rsmd, int rowNum) throws SQLException
rs - 结果集rowNum - 处理的记录位置(第几条记录):可以只针对某一条记录做特殊处理,从0开始SQLExceptionCopyright © 2020. All rights reserved.