public class MapResultSetHandler extends AbstractResultSetHandler<Map<String,Object>>
AbstractResultSetHandler.ColumnMeta
ARRAY, MAP
Constructor and Description |
---|
MapResultSetHandler() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
processResultRow(ResultSet resultSet)
处理当前行结果集数据
|
getColumnCount, getColumnMeta, handle, processResult, processValueRenderer
protected Map<String,Object> processResultRow(ResultSet resultSet) throws Exception
AbstractResultSetHandler
processResultRow
in class AbstractResultSetHandler<Map<String,Object>>
resultSet
- 数据结果集对象,切勿对其进行游标移动等操作,仅约定用于提取当前行字段数据Exception
- 可能产生的异常Copyright © 2022. All rights reserved.