@FunctionalInterface public interface ResultSetMapper<T>
ResultSet to a value.| Modifier and Type | Method and Description |
|---|---|
T |
map(ResultSet set)
Maps a
ResultSet to a value. |
T map(ResultSet set) throws SQLException
ResultSet to a value.
Result set must point to a row before calling this method.set - Result set.SQLException - On SQL error.Copyright © 2021. All rights reserved.