Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.37 KB

File metadata and controls

45 lines (35 loc) · 1.37 KB
title getDriverVersion Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.getDriverVersion
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 3be84d65-af61-4c34-b052-74a5d488eaa9
author David-Engel
ms.author v-daenge

getDriverVersion Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the version number of this JDBC driver.

Syntax

  
public java.lang.String getDriverVersion()  

Return Value

A String that contains the JDBC driver version.

Exceptions

SQLServerException

Remarks

This getDriverVersion method is specified by the getDriverVersion method in the java.sql.DatabaseMetaData interface.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class