public final class GroupByStreamResultSetMerger extends OrderByStreamResultSetMerger
| 构造器和说明 |
|---|
GroupByStreamResultSetMerger(Map<String,Integer> labelAndIndexMap,
List<ResultSet> resultSets,
SelectStatement selectStatement) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
Get calendar value.
|
Object |
getCalendarValue(String columnLabel,
Class<?> type,
Calendar calendar)
Get calendar value.
|
Object |
getValue(int columnIndex,
Class<?> type)
Get data value.
|
Object |
getValue(String columnLabel,
Class<?> type)
Get data value.
|
boolean |
next()
iterate next data.
|
getCurrentResultSet, getInputStream, getInputStream, wasNullpublic GroupByStreamResultSetMerger(Map<String,Integer> labelAndIndexMap, List<ResultSet> resultSets, SelectStatement selectStatement) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
ResultSetMergernext 在接口中 ResultSetMergernext 在类中 OrderByStreamResultSetMergerSQLException - SQL Exceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
ResultSetMergergetValue 在接口中 ResultSetMergergetValue 在类中 AbstractStreamResultSetMergercolumnIndex - column indextype - class type of data valueSQLException - SQL Exceptionpublic Object getValue(String columnLabel, Class<?> type) throws SQLException
ResultSetMergergetValue 在接口中 ResultSetMergergetValue 在类中 AbstractStreamResultSetMergercolumnLabel - column labeltype - class type of data valueSQLException - SQL Exceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
ResultSetMergergetCalendarValue 在接口中 ResultSetMergergetCalendarValue 在类中 AbstractStreamResultSetMergercolumnIndex - column indextype - class type of data valuecalendar - calendarSQLException - SQL Exceptionpublic Object getCalendarValue(String columnLabel, Class<?> type, Calendar calendar) throws SQLException
ResultSetMergergetCalendarValue 在接口中 ResultSetMergergetCalendarValue 在类中 AbstractStreamResultSetMergercolumnLabel - column labeltype - class type of data valuecalendar - calendarSQLException - SQL ExceptionCopyright © 2017. All rights reserved.