T - type of rulepublic interface ResultMergerEngine<T extends org.apache.shardingsphere.infra.rule.ShardingSphereRule> extends ResultProcessEngine<T>
| 限定符和类型 | 方法和说明 |
|---|---|
ResultMerger |
newInstance(String schemaName,
org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
T rule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLStatementContext<?> sqlStatementContext)
Create new instance of result merger engine.
|
ResultMerger newInstance(String schemaName, org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, T rule, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, SQLStatementContext<?> sqlStatementContext)
schemaName - schema namedatabaseType - database typerule - ruleprops - ShardingSphere propertiessqlStatementContext - SQL statement contextCopyright © 2021 The Apache Software Foundation. All rights reserved.