- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Extracts a column value from a
ResultSet.-
Method Summary
-
Method Details
-
getObject
Extracts a column value from aResultSet.- Parameters:
resultSet- the result setcolumnIndex- column index (1 based)- Returns:
- the column value
- Throws:
SQLException- if reading the result set fails
-