@FunctionalInterface public interface RowConverter<T>
T
convert(java.sql.ResultSet rs)
T convert(java.sql.ResultSet rs) throws java.sql.SQLException
java.sql.SQLException