@Deprecated public interface RowList extends List<Row>
| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<T> |
toBeanList(Class<T> type)
已过时。
转为 Bean List
|
List<Map<String,Object>> |
toMapList()
已过时。
转为 Map List
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamList<Map<String,Object>> toMapList() throws SQLException
SQLException<T> List<T> toBeanList(Class<T> type) throws SQLException
type - 类型SQLExceptionCopyright © 2024. All rights reserved.