public class JdbcDriver extends DriverAdapter
| Constructor and Description |
|---|
JdbcDriver() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect(String url,
Properties prop)
Connects to the VanillaDb server on the specified host.
|
acceptsURL, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, jdbcCompliantpublic Connection connect(String url, Properties prop) throws SQLException
JdbcConnection object and is returned.
The current implementation of this method ignores the properties argument.
connect in interface Driverconnect in class DriverAdapterSQLExceptionDriver.connect(java.lang.String, Properties)Copyright © 2022 VanillaDB Organization. All rights reserved.