| 构造器和说明 |
|---|
DriverImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url) |
Connection |
connect(String url,
Properties props) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
URI |
processUrl(String url) |
public Connection connect(String url, Properties props) throws SQLException
connect 在接口中 DriverSQLExceptionpublic Connection connect(String url) throws SQLException
SQLExceptionpublic int getMajorVersion()
getMajorVersion 在接口中 Driverpublic int getMinorVersion()
getMinorVersion 在接口中 Driverpublic boolean acceptsURL(String url)
acceptsURL 在接口中 Driverpublic boolean jdbcCompliant()
jdbcCompliant 在接口中 Driverpublic Logger getParentLogger()
getParentLogger 在接口中 Driverpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
getPropertyInfo 在接口中 Driverpublic URI processUrl(String url) throws SQLException
SQLExceptionCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.