public interface RowConverter
Object[] toArray(ResultSet rs) throws SQLException
SQLException<T> T toBean(ResultSet rs, Class<T> type) throws SQLException
SQLException<T> List<T> toBeanList(ResultSet rs, Class<T> type) throws SQLException
SQLExceptionMap<String,Object> toMap(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.