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
-
Method Details
-
apply
Convert theResultSet
to the result- Parameters:
resultSet
- theResultSet
- Returns:
- the result
- Throws:
SQLException
- if a SQL error occurs
-