T - type of driver execution unitC - type of resource connectionpublic final class DriverExecutionPrepareEngine<T extends DriverExecutionUnit<?>,C> extends AbstractExecutionPrepareEngine<T>
| 构造器和说明 |
|---|
DriverExecutionPrepareEngine(String type,
int maxConnectionsSizePerQuery,
ExecutorConnectionManager<C> connectionManager,
ExecutorStatementManager<C,?,?> statementManager,
StorageResourceOption option,
Collection<ShardingSphereRule> rules,
DatabaseType databaseType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<ExecutionGroup<T>> |
group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
preparepublic DriverExecutionPrepareEngine(String type, int maxConnectionsSizePerQuery, ExecutorConnectionManager<C> connectionManager, ExecutorStatementManager<C,?,?> statementManager, StorageResourceOption option, Collection<ShardingSphereRule> rules, DatabaseType databaseType)
protected List<ExecutionGroup<T>> group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode) throws SQLException
group 在类中 AbstractExecutionPrepareEngine<T extends DriverExecutionUnit<?>>SQLExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.