- Type Parameters:
T- the value type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Gets a single value from a
ResultSet.-
Method Summary
-
Method Details
-
get
Fetches a single value from aResultSet.- Parameters:
resultSet- theResultSetindex- the index of the column to fetch- Returns:
- a single value fetched from the given
ResultSet - Throws:
SQLException- in case of an exception
-