T
- 元素类型@Ignored public interface IResultSetHandler<T>
Modifier and Type | Field and Description |
---|---|
static IResultSetHandlerFactory<Object[]> |
ARRAY |
static IResultSetHandlerFactory<Map<String,Object>> |
MAP |
Modifier and Type | Method and Description |
---|---|
List<T> |
handle(ResultSet resultSet)
执行结果集处理过程
|
static final IResultSetHandlerFactory<Object[]> ARRAY
static final IResultSetHandlerFactory<Map<String,Object>> MAP
Copyright © 2022. All rights reserved.