Interface DriverExecutionUnit<T>

Type Parameters:
T - type of storage resource
All Superinterfaces:
SQLExecutionUnit
All Known Implementing Classes:
JDBCExecutionUnit, VertxExecutionUnit

public interface DriverExecutionUnit<T> extends SQLExecutionUnit
Driver execution unit.
  • Method Details

    • getStorageResource

      T getStorageResource()
      Get storage resource.
      Returns:
      storage resource