public final class GroupByStreamMergedResult extends OrderByStreamMergedResult
| Constructor and Description |
|---|
GroupByStreamMergedResult(Map<String,Integer> labelAndIndexMap,
List<org.apache.shardingsphere.underlying.execute.QueryResult> queryResults,
org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext selectSQLStatementContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar) |
Object |
getValue(int columnIndex,
Class<?> type) |
boolean |
next() |
getCurrentQueryResult, getInputStream, setCurrentQueryResult, setWasNull, wasNullpublic GroupByStreamMergedResult(Map<String,Integer> labelAndIndexMap, List<org.apache.shardingsphere.underlying.execute.QueryResult> queryResults, org.apache.shardingsphere.sql.parser.relation.statement.impl.SelectSQLStatementContext selectSQLStatementContext) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
next in interface MergedResultnext in class OrderByStreamMergedResultSQLExceptionpublic Object getValue(int columnIndex, Class<?> type)
getValue in interface MergedResultgetValue in class StreamMergedResultpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar)
getCalendarValue in interface MergedResultgetCalendarValue in class StreamMergedResultCopyright © 2020 The Apache Software Foundation. All rights reserved.