Interface StatementBuilder.ResultSetConverter<T>

Type Parameters:
T - the result type
Enclosing class:
StatementBuilder

public static interface StatementBuilder.ResultSetConverter<T>
The converter to convert the ResultSet to the result
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(ResultSet resultSet)
    Convert the ResultSet to the result