| Constructor and Description |
|---|
SQLServerDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String Url,
Properties suppliedProperties) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String Url,
Properties Info) |
boolean |
jdbcCompliant() |
String |
toString() |
public Connection connect(String Url, Properties suppliedProperties) throws SQLServerException
connect in interface DriverSQLServerExceptionpublic boolean acceptsURL(String url) throws SQLServerException
acceptsURL in interface DriverSQLServerExceptionpublic DriverPropertyInfo[] getPropertyInfo(String Url, Properties Info) throws SQLServerException
getPropertyInfo in interface DriverSQLServerExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedExceptionpublic boolean jdbcCompliant()
jdbcCompliant in interface DriverCopyright © 2018 Microsoft Corporation. All rights reserved.