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.spi.typed.TypedSPI
| Modifier and Type | Method and Description |
|---|---|
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.