Module is.codion.framework.domain
Interface Column.Fetcher<C>
- Type Parameters:
C
- the type of the column value being fetched
public static interface Column.Fetcher<C>
Fetches a single value from a result set.
-
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
-