public interface ResultMerger
| 限定符和类型 | 方法和说明 |
|---|---|
MergedResult |
merge(List<QueryResult> queryResults,
SQLStatementContext<?> sqlStatementContext,
org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database,
org.apache.shardingsphere.infra.context.ConnectionContext connectionContext)
Merge query results.
|
MergedResult merge(List<QueryResult> queryResults, SQLStatementContext<?> sqlStatementContext, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) throws SQLException
queryResults - query resultssqlStatementContext - SQL statement contextdatabase - databaseconnectionContext - connection contextSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.