public abstract class LogicTablesMergedResult extends MemoryMergedResult
| Constructor and Description |
|---|
LogicTablesMergedResult(Map<String,Integer> labelAndIndexMap,
org.apache.shardingsphere.core.rule.ShardingRule shardingRule,
List<QueryResult> queryResults,
org.apache.shardingsphere.core.metadata.table.ShardingTableMetaData shardingTableMetaData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
next()
iterate next data.
|
protected void |
setCellValue(MemoryQueryResultRow memoryResultSetRow,
String logicTableName,
String actualTableName) |
getCalendarValue, getCalendarValue, getInputStream, getInputStream, getValue, getValue, resetLabelAndIndexMap, wasNullpublic LogicTablesMergedResult(Map<String,Integer> labelAndIndexMap, org.apache.shardingsphere.core.rule.ShardingRule shardingRule, List<QueryResult> queryResults, org.apache.shardingsphere.core.metadata.table.ShardingTableMetaData shardingTableMetaData) throws SQLException
SQLExceptionprotected void setCellValue(MemoryQueryResultRow memoryResultSetRow, String logicTableName, String actualTableName)
public final boolean next()
MergedResultCopyright © 2019 The Apache Software Foundation. All rights reserved.