Package xyz.zhouxy.jdbc
Interface ResultHandler<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
ResultHandler
处理 ResultSet
- Since:
- 1.0.0
- Author:
- ZhouXY
-
Method Summary
-
Method Details
-
handle
将ResultSet转换为指定类型的对象- Parameters:
resultSet-ResultSet- Returns:
- 转换后的对象
- Throws:
SQLException- 数据库执行异常
-