com.xiaoleilu.hutool.db.handler
类 HandleHelper
java.lang.Object
com.xiaoleilu.hutool.db.handler.HandleHelper
public class HandleHelper
- extends Object
数据结果集处理辅助类
- 作者:
- loolly
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandleHelper
public HandleHelper()
handleRow
public static Entity handleRow(int columnCount,
ResultSetMetaData meta,
ResultSet rs)
throws SQLException
- 处理单条数据
- 参数:
columnCount - 列数meta - ResultSetMetaDatars - 数据集
- 返回:
- 每一行的Map
- 抛出:
SQLException
Copyright © 2014. All rights reserved.