public class RestfulDriver extends AbstractDriver
| 构造器和说明 |
|---|
RestfulDriver() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
getPropertyInfo, parseURLpublic Connection connect(String url, Properties info) throws SQLException
SQLExceptionpublic boolean acceptsURL(String url) throws SQLException
SQLExceptionpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
SQLExceptionpublic int getMajorVersion()
public int getMinorVersion()
public boolean jdbcCompliant()
public Logger getParentLogger() throws SQLFeatureNotSupportedException
Copyright © 2021. All rights reserved.