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, jdbcCompliant
public 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 Driver
connect
in class DriverAdapter
SQLException
Driver.connect(java.lang.String, Properties)
Copyright © 2022 VanillaDB Organization. All rights reserved.