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.

@FunctionalInterface public interface ResultHandler<T>
ResultHandler

处理 ResultSet

Since:
1.0.0
Author:
ZhouXY
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(ResultSet resultSet)
    ResultSet 转换为指定类型的对象