C
- the type of the column value being fetchedpublic static interface ColumnProperty.ValueFetcher<C>
Modifier and Type | Method and Description |
---|---|
C |
fetchValue(ResultSet resultSet,
int index)
Fetches a single value from a ResultSet
|
C fetchValue(ResultSet resultSet, int index) throws SQLException
resultSet
- the ResultSetindex
- the index of the column to fetchSQLException
- in case of an exception