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