Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.14 KB

File metadata and controls

51 lines (39 loc) · 2.14 KB
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

[!INCLUDEDriver_JDBC_Download]

The following tables list the members that are exposed by the SQLServerDriver class.

Constructors

Name Description
SQLServerDriver () Initializes a new instance of the SQLServerDriver class.

Fields

None.

Inherited Fields

None.

Methods

Name Description
acceptsURL Verifies that the given URL is valid.
connect Makes a connection to the database.
getMajorVersion Returns the major version number of the JDBC driver.
getMinorVersion Returns the minor version number of the JDBC driver.
getPropertyInfo Used to discover the properties needed to connect to a database.
jdbcCompliant 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