Module is.codion.framework.domain
Interface Column.Getter<C>
- Type Parameters:
C
- the column value type
public static interface Column.Getter<C>
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
-