Module is.codion.framework.domain
Interface Column.GetValue<C>
- Type Parameters:
C- the column 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 a ResultSet- Parameters:
resultSet- the ResultSetindex- the index of the column to fetch- Returns:
- a single value fetched from the given ResultSet
- Throws:
SQLException- in case of an exception
-