public class DriverInformationImpl extends Object implements DriverInformation
Constructor and Description |
---|
DriverInformationImpl() |
Modifier and Type | Method and Description |
---|---|
Connection |
create(ConnectionInformation connectionInformation) |
Class<?> |
getConnectionClass() |
void |
validate(ConnectionInformation connectionInformation) |
public Connection create(ConnectionInformation connectionInformation)
create
in interface DriverInformation
public Class<?> getConnectionClass()
getConnectionClass
in interface DriverInformation
public void validate(ConnectionInformation connectionInformation) throws Throwable
validate
in interface DriverInformation
Throwable