Uses of Class
org.apache.shardingsphere.infra.executor.sql.context.ExecutionUnit
Packages that use ExecutionUnit
Package
Description
-
Uses of ExecutionUnit in org.apache.shardingsphere.infra.executor.sql.context
Methods in org.apache.shardingsphere.infra.executor.sql.context that return types with arguments of type ExecutionUnitModifier and TypeMethodDescriptionstatic Collection<ExecutionUnit>ExecutionContextBuilder.build(ShardingSphereDatabase database, SQLRewriteResult sqlRewriteResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext) Build execution contexts. -
Uses of ExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine
Methods in org.apache.shardingsphere.infra.executor.sql.execute.engine that return ExecutionUnit -
Uses of ExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare
Method parameters in org.apache.shardingsphere.infra.executor.sql.prepare with type arguments of type ExecutionUnitModifier and TypeMethodDescriptionfinal ExecutionGroupContext<T>AbstractExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, Collection<ExecutionUnit> executionUnits) ExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, Collection<ExecutionUnit> executionUnits) Prepare to execute. -
Uses of ExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver with parameters of type ExecutionUnitModifier and TypeMethodDescriptionSQLExecutionUnitBuilder.build(ExecutionUnit executionUnit, M executorManager, C connection, ConnectionMode connectionMode, O option) Build SQL execution unit.ExecutorStatementManager.createStorageResource(ExecutionUnit executionUnit, C connection, ConnectionMode connectionMode, O option) Create storage resource. -
Uses of ExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder with parameters of type ExecutionUnitModifier and TypeMethodDescriptionPreparedStatementExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorJDBCStatementManager statementManager, Connection connection, ConnectionMode connectionMode, StatementOption option) StatementExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorJDBCStatementManager statementManager, Connection connection, ConnectionMode connectionMode, StatementOption option) -
Uses of ExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder with parameters of type ExecutionUnitModifier and TypeMethodDescriptionPreparedQueryExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorVertxStatementManager statementManager, io.vertx.core.Future<? extends io.vertx.sqlclient.SqlClient> connection, ConnectionMode connectionMode, VertxExecutionContext option) -
Uses of ExecutionUnit in org.apache.shardingsphere.infra.executor.sql.process.model
Constructors in org.apache.shardingsphere.infra.executor.sql.process.model with parameters of type ExecutionUnitModifierConstructorDescriptionExecuteProcessUnit(ExecutionUnit executionUnit, ExecuteProcessConstants status)