@FunctionalInterface public interface ResultSetReader<TYPE>
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.