| Modifier and Type | Method and Description |
|---|---|
static Collection<ExecutionUnit> |
ExecutionContextBuilder.build(ShardingSphereMetaData metaData,
SQLRewriteResult sqlRewriteResult,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext)
Build execution contexts.
|
| Constructor and Description |
|---|
ExecutionContext(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext,
ExecutionUnit executionUnit,
org.apache.shardingsphere.infra.route.context.RouteContext routeContext) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionUnit |
SQLExecutionUnit.getExecutionUnit()
Get execution unit.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionGroupContext<T> |
AbstractExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext,
Collection<ExecutionUnit> executionUnits) |
ExecutionGroupContext<T> |
ExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext,
Collection<ExecutionUnit> executionUnits)
Prepare to execute.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SQLExecutionUnitBuilder.build(ExecutionUnit executionUnit,
M executorManager,
C connection,
ConnectionMode connectionMode,
O option)
Build SQL execution unit.
|
| Modifier and Type | Method and Description |
|---|---|
JDBCExecutionUnit |
StatementExecutionUnitBuilder.build(ExecutionUnit executionUnit,
ExecutorJDBCManager executorManager,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
JDBCExecutionUnit |
PreparedStatementExecutionUnitBuilder.build(ExecutionUnit executionUnit,
ExecutorJDBCManager executorManager,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
| Constructor and Description |
|---|
ExecuteProcessUnit(ExecutionUnit executionUnit,
ExecuteProcessConstants status) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.