Uses of Interface
org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit
Packages that use SQLExecutionUnit
Package
Description
-
Uses of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver
Subinterfaces of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver -
Uses of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
Classes in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc that implement SQLExecutionUnit -
Uses of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx
Classes in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.vertx that implement SQLExecutionUnit -
Uses of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
Classes in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw that implement SQLExecutionUnit -
Uses of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.process
Methods in org.apache.shardingsphere.infra.executor.sql.process with parameters of type SQLExecutionUnitModifier and TypeMethodDescriptionstatic voidExecuteProcessEngine.finish(String executionID, SQLExecutionUnit executionUnit) Finish.Method parameters in org.apache.shardingsphere.infra.executor.sql.process with type arguments of type SQLExecutionUnitModifier and TypeMethodDescriptionstatic booleanExecuteProcessStrategyEvaluator.evaluate(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> context, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ConfigurationProperties props) Evaluate.static voidExecuteProcessEngine.initialize(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ConfigurationProperties props) Initialize. -
Uses of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.process.model
Constructor parameters in org.apache.shardingsphere.infra.executor.sql.process.model with type arguments of type SQLExecutionUnitModifierConstructorDescriptionExecuteProcessContext(String sql, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ExecuteProcessConstants constants) -
Uses of SQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.process.spi
Methods in org.apache.shardingsphere.infra.executor.sql.process.spi with parameters of type SQLExecutionUnitModifier and TypeMethodDescriptionvoidExecuteProcessReporter.report(String executionID, SQLExecutionUnit executionUnit, ExecuteProcessConstants constants) Report a unit of this task.Method parameters in org.apache.shardingsphere.infra.executor.sql.process.spi with type arguments of type SQLExecutionUnitModifier and TypeMethodDescriptionvoidExecuteProcessReporter.report(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext, ExecuteProcessConstants constants) Report the summary of this task.