public final class GroupByStreamMergedResult extends OrderByStreamMergedResult
| 构造器和说明 |
|---|
GroupByStreamMergedResult(Map<String,Integer> labelAndIndexMap,
List<org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult> queryResults,
SelectStatementContext selectStatementContext,
org.apache.shardingsphere.infra.metadata.database.schema.decorator.model.ShardingSphereSchema schema) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.infra.executor.sql.execute.result.query.QueryResult> queryResults, SelectStatementContext selectStatementContext, org.apache.shardingsphere.infra.metadata.database.schema.decorator.model.ShardingSphereSchema schema) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
next 在接口中 MergedResultnext 在类中 OrderByStreamMergedResultSQLExceptionpublic Object getValue(int columnIndex, Class<?> type)
getValue 在接口中 MergedResultgetValue 在类中 StreamMergedResultpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar)
getCalendarValue 在接口中 MergedResultgetCalendarValue 在类中 StreamMergedResultCopyright © 2022 The Apache Software Foundation. All rights reserved.