TYPE
- The type to be read from the ResultSet
.@FunctionalInterface public interface ResultSetReader<TYPE>
java.sql.ResultSet
.
See: GenericColumn
.
Modifier and Type | Method and Description |
---|---|
TYPE |
read(ResultSet resultSet,
String columnName) |
TYPE read(ResultSet resultSet, String columnName) throws SQLException
SQLException
Copyright © 2019. All rights reserved.