Uses of Class
org.apache.shardingsphere.infra.executor.sql.context.SQLUnit
Packages that use SQLUnit
Package
Description
-
Uses of SQLUnit in org.apache.shardingsphere.infra.executor.sql.prepare
Method parameters in org.apache.shardingsphere.infra.executor.sql.prepare with type arguments of type SQLUnitModifier and TypeMethodDescriptionprotected abstract List<ExecutionGroup<T>>AbstractExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode) -
Uses of SQLUnit in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Method parameters in org.apache.shardingsphere.infra.executor.sql.prepare.driver with type arguments of type SQLUnitModifier and TypeMethodDescriptionprotected List<ExecutionGroup<T>>DriverExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode) -
Uses of SQLUnit in org.apache.shardingsphere.infra.executor.sql.prepare.raw
Method parameters in org.apache.shardingsphere.infra.executor.sql.prepare.raw with type arguments of type SQLUnitModifier and TypeMethodDescriptionprotected List<ExecutionGroup<RawSQLExecutionUnit>>RawExecutionPrepareEngine.group(String dataSourceName, List<List<SQLUnit>> sqlUnitGroups, ConnectionMode connectionMode)