public final class GroupByStreamResultSetMerger extends OrderByStreamResultSetMerger
| 构造器和说明 |
|---|
GroupByStreamResultSetMerger(Map<String,Integer> labelAndIndexMap,
List<ResultSet> resultSets,
SelectStatement selectStatement,
OrderType nullOrderType) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
获取值.
|
Object |
getCalendarValue(String columnLabel,
Class<?> type,
Calendar calendar)
获取值.
|
Object |
getValue(int columnIndex,
Class<?> type)
获取值.
|
Object |
getValue(String columnLabel,
Class<?> type)
获取值.
|
boolean |
next()
遍历下一个结果数据.
|
getCurrentResultSet, getInputStream, getInputStreampublic GroupByStreamResultSetMerger(Map<String,Integer> labelAndIndexMap, List<ResultSet> resultSets, SelectStatement selectStatement, OrderType nullOrderType) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
ResultSetMergernext 在接口中 ResultSetMergernext 在类中 OrderByStreamResultSetMergerSQLException - SQL异常public Object getValue(int columnIndex, Class<?> type) throws SQLException
ResultSetMergergetValue 在接口中 ResultSetMergergetValue 在类中 AbstractStreamResultSetMergercolumnIndex - 列索引type - 值类型SQLException - SQL异常public Object getValue(String columnLabel, Class<?> type) throws SQLException
ResultSetMergergetValue 在接口中 ResultSetMergergetValue 在类中 AbstractStreamResultSetMergercolumnLabel - 列标签type - 值类型SQLException - SQL异常public Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
ResultSetMergergetCalendarValue 在接口中 ResultSetMergergetCalendarValue 在类中 AbstractStreamResultSetMergercolumnIndex - 列索引type - 值类型calendar - 日期SQLException - SQL异常public Object getCalendarValue(String columnLabel, Class<?> type, Calendar calendar) throws SQLException
ResultSetMergergetCalendarValue 在接口中 ResultSetMergergetCalendarValue 在类中 AbstractStreamResultSetMergercolumnLabel - 列标签type - 值类型calendar - 日期SQLException - SQL异常Copyright © 2017. All rights reserved.