public final class MergeEngineFactory extends Object
| Constructor and Description |
|---|
MergeEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
static MergeEngine |
newInstance(ShardingRule shardingRule,
List<QueryResult> queryResults,
SQLStatement sqlStatement)
Create merge engine instance.
|
public static MergeEngine newInstance(ShardingRule shardingRule, List<QueryResult> queryResults, SQLStatement sqlStatement) throws SQLException
shardingRule - sharding rulequeryResults - query resultssqlStatement - SQL statementSQLException - SQL exceptionCopyright © 2018. All rights reserved.