public interface DriverInformation
| Modifier and Type | Method and Description |
|---|---|
Connection |
create(ConnectionInformation connectionInformation) |
Class<?> |
getConnectionClass() |
void |
validate(ConnectionInformation connectionInformation) |
Class<?> getConnectionClass()
Connection create(ConnectionInformation connectionInformation)
void validate(ConnectionInformation connectionInformation) throws Throwable
Throwable