T - type of input valuepublic interface ExecutionPrepareEngine<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutionGroupContext<T> |
prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext,
Collection<ExecutionUnit> executionUnits)
Prepare to execute.
|
ExecutionGroupContext<T> prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, Collection<ExecutionUnit> executionUnits) throws SQLException
routeContext - route contextexecutionUnits - execution unitsSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.