Class DriverExecutionPrepareEngine<T extends DriverExecutionUnit<?>,C>

java.lang.Object
org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine<T>
org.apache.shardingsphere.infra.executor.sql.prepare.driver.DriverExecutionPrepareEngine<T,C>
Type Parameters:
T - type of driver execution unit
C - type of resource connection
All Implemented Interfaces:
ExecutionPrepareEngine<T>

public final class DriverExecutionPrepareEngine<T extends DriverExecutionUnit<?>,C> extends AbstractExecutionPrepareEngine<T>
Driver execution prepare engine.