Interface DriverExecutionUnit<T>
- Type Parameters:
T- type of storage resource
- All Superinterfaces:
SQLExecutionUnit
- All Known Implementing Classes:
JDBCExecutionUnit,VertxExecutionUnit
Driver execution unit.
-
Method Summary
Methods inherited from interface org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit
getConnectionMode, getExecutionUnit
-
Method Details
-
getStorageResource
T getStorageResource()Get storage resource.- Returns:
- storage resource
-