java.sql.Driverpublic final class SQLServerDriver
extends java.lang.Object
implements java.sql.Driver
| Constructor | Description |
|---|---|
SQLServerDriver() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
acceptsURL(java.lang.String url) |
|
java.sql.Connection |
connect(java.lang.String Url,
java.util.Properties suppliedProperties) |
|
int |
getMajorVersion() |
|
int |
getMinorVersion() |
|
java.util.logging.Logger |
getParentLogger() |
|
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String Url,
java.util.Properties Info) |
|
boolean |
jdbcCompliant() |
|
java.lang.String |
toString() |
public final java.lang.String toString()
toString in class java.lang.Objectpublic java.sql.Connection connect(java.lang.String Url,
java.util.Properties suppliedProperties)
throws SQLServerException
connect in interface java.sql.DriverSQLServerExceptionpublic boolean acceptsURL(java.lang.String url)
throws SQLServerException
acceptsURL in interface java.sql.DriverSQLServerExceptionpublic java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String Url,
java.util.Properties Info)
throws SQLServerException
getPropertyInfo in interface java.sql.DriverSQLServerExceptionpublic int getMajorVersion()
getMajorVersion in interface java.sql.Driverpublic int getMinorVersion()
getMinorVersion in interface java.sql.Driverpublic java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
getParentLogger in interface java.sql.Driverjava.sql.SQLFeatureNotSupportedExceptionpublic boolean jdbcCompliant()
jdbcCompliant in interface java.sql.DriverCopyright © 2018 Microsoft Corporation. All rights reserved.