public class LogicTablesMergedResult extends MemoryMergedResult<org.apache.shardingsphere.core.rule.ShardingRule>
| Constructor and Description |
|---|
LogicTablesMergedResult(org.apache.shardingsphere.core.rule.ShardingRule shardingRule,
org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext sqlStatementContext,
org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas relationMetas,
List<org.apache.shardingsphere.underlying.execute.QueryResult> queryResults) |
| Modifier and Type | Method and Description |
|---|---|
protected List<MemoryQueryResultRow> |
init(org.apache.shardingsphere.core.rule.ShardingRule shardingRule,
org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas relationMetas,
org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext sqlStatementContext,
List<org.apache.shardingsphere.underlying.execute.QueryResult> queryResults) |
protected void |
setCellValue(MemoryQueryResultRow memoryResultSetRow,
String logicTableName,
String actualTableName) |
getCalendarValue, getInputStream, getValue, next, wasNullpublic LogicTablesMergedResult(org.apache.shardingsphere.core.rule.ShardingRule shardingRule,
org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext sqlStatementContext,
org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas relationMetas,
List<org.apache.shardingsphere.underlying.execute.QueryResult> queryResults)
throws SQLException
SQLExceptionprotected final List<MemoryQueryResultRow> init(org.apache.shardingsphere.core.rule.ShardingRule shardingRule, org.apache.shardingsphere.sql.parser.relation.metadata.RelationMetas relationMetas, org.apache.shardingsphere.sql.parser.relation.statement.SQLStatementContext sqlStatementContext, List<org.apache.shardingsphere.underlying.execute.QueryResult> queryResults) throws SQLException
init in class MemoryMergedResult<org.apache.shardingsphere.core.rule.ShardingRule>SQLExceptionprotected void setCellValue(MemoryQueryResultRow memoryResultSetRow, String logicTableName, String actualTableName)
Copyright © 2020 The Apache Software Foundation. All rights reserved.