@FunctionalInterface public static interface ResultSetValueRetriever.ResultSetGetter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(ResultSet rs,
String column)
Retrieves the value from the provided ResultSet for the given column name.
|
T getValue(ResultSet rs, String column) throws SQLException
rs - the result set to fetch a value fromcolumn - name of the column to fetch the value forSQLExceptionCopyright © 2017–2024. All rights reserved.