@FunctionalInterface public interface ResultSetRetrieverByName<T>
| Modifier and Type | Method and Description |
|---|---|
T |
retrieve(ResultSet resultSet,
String name) |
T retrieve(ResultSet resultSet, String name) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.