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