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