--- title: "SQLServerDriver Members | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual ms.assetid: 079c7eb7-71e4-4109-83de-f6d785433c95 author: David-Engel ms.author: v-daenge --- # SQLServerDriver Members [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] The following tables list the members that are exposed by the [SQLServerDriver](../../../connect/jdbc/reference/sqlserverdriver-class.md) class. ## Constructors |Name|Description| |----------|-----------------| |[SQLServerDriver ()](../../../connect/jdbc/reference/sqlserverdriver-constructor.md)|Initializes a new instance of the [SQLServerDriver](../../../connect/jdbc/reference/sqlserverdriver-class.md) class.| ## Fields None. ## Inherited Fields None. ## Methods |Name|Description| |----------|-----------------| |[acceptsURL](../../../connect/jdbc/reference/acceptsurl-method-sqlserverdriver.md)|Verifies that the given URL is valid.| |[connect](../../../connect/jdbc/reference/connect-method-sqlserverdriver.md)|Makes a connection to the database.| |[getMajorVersion](../../../connect/jdbc/reference/getmajorversion-method-sqlserverdriver.md)|Returns the major version number of the JDBC driver.| |[getMinorVersion](../../../connect/jdbc/reference/getminorversion-method-sqlserverdriver.md)|Returns the minor version number of the JDBC driver.| |[getPropertyInfo](../../../connect/jdbc/reference/getpropertyinfo-method-sqlserverdriver.md)|Used to discover the properties needed to connect to a database.| |[jdbcCompliant](../../../connect/jdbc/reference/jdbccompliant-method-sqlserverdriver.md)|Verifies if the JDBC driver is compliant with the JDBC specification.| ## Inherited Methods |Class inherited from:|Methods| |---------------------------|-------------| |java.lang.Object|clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait| ## See Also [SQLServerDriver Class](../../../connect/jdbc/reference/sqlserverdriver-class.md)