Uses of Class
org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.RawSQLExecutionUnit
Packages that use RawSQLExecutionUnit
Package
Description
-
Uses of RawSQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw
Method parameters in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw with type arguments of type RawSQLExecutionUnitModifier and TypeMethodDescriptionRawExecutor.execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext, org.apache.shardingsphere.infra.binder.LogicSQL logicSQL, RawSQLExecutorCallback callback) Execute. -
Uses of RawSQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback
Method parameters in org.apache.shardingsphere.infra.executor.sql.execute.engine.raw.callback with type arguments of type RawSQLExecutionUnitModifier and TypeMethodDescriptionRawSQLExecutorCallback.execute(Collection<RawSQLExecutionUnit> inputs, boolean isTrunkThread, Map<String, Object> dataMap) -
Uses of RawSQLExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare.raw
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.raw that return types with arguments of type RawSQLExecutionUnitModifier and TypeMethodDescriptionprotected List<ExecutionGroup<RawSQLExecutionUnit>>RawExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode)