Uses of Interface
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.DriverExecutionUnit
Packages that use DriverExecutionUnit
Package
Description
-
Uses of DriverExecutionUnit 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 DriverExecutionUnit -
Uses of DriverExecutionUnit 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 DriverExecutionUnit -
Uses of DriverExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Classes in org.apache.shardingsphere.infra.executor.sql.prepare.driver with type parameters of type DriverExecutionUnitModifier and TypeClassDescriptionfinal classDriverExecutionPrepareEngine<T extends DriverExecutionUnit<?>,C> Driver execution prepare engine.interfaceSQLExecutionUnitBuilder<T extends DriverExecutionUnit<?>,M extends ExecutorStatementManager<C, ?, O>, C, O extends StorageResourceOption> SQL execution unit builder.