| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.infra.executor.sql.prepare | |
| org.apache.shardingsphere.infra.executor.sql.prepare.driver | |
| org.apache.shardingsphere.infra.executor.sql.prepare.raw |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract List<ExecutionGroup<T>> |
AbstractExecutionPrepareEngine.group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<ExecutionGroup<T>> |
DriverExecutionPrepareEngine.group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<ExecutionGroup<RawSQLExecutionUnit>> |
RawExecutionPrepareEngine.group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.