T - type of storage resource execute unitM - type of driver executor managerC - type of resource connectionO - type of storage resource optionpublic interface SQLExecutionUnitBuilder<T extends DriverExecutionUnit<?>,M extends ExecutorStatementManager<C,?,O>,C,O extends StorageResourceOption>
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| 限定符和类型 | 方法和说明 |
|---|---|
T |
build(ExecutionUnit executionUnit,
M executorManager,
C connection,
ConnectionMode connectionMode,
O option)
Build SQL execution unit.
|
T build(ExecutionUnit executionUnit, M executorManager, C connection, ConnectionMode connectionMode, O option) throws SQLException
executionUnit - execution unitexecutorManager - executor managerconnection - connectionconnectionMode - connection modeoption - storage resource optionSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.