public interface SqlDriver
JDBC driver info.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlDriver
create
(ConnectionConfig connectionConfig) Create a new driver instance from the Helidon data configuration.driver()
Driver instance.Class of the driver.
-
Method Details
-
create
Create a new driver instance from the Helidon data configuration.- Parameters:
connectionConfig
- configuration- Returns:
- a new driver instance
-
driverClass
Class of the driver.- Returns:
- the driver class
-
driver
Driver driver()Driver instance.- Returns:
- instance of the driver
-