Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.22 KB

File metadata and controls

42 lines (33 loc) · 1.22 KB
title getMinorVersion Method (SQLServerDriver) | 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
SQLServerDriver.getMinorVersion
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 5507000a-98b1-40b1-b8a7-16365ae80d7d
author David-Engel
ms.author v-daenge

getMinorVersion Method (SQLServerDriver)

[!INCLUDEDriver_JDBC_Download]

Returns the minor version number of the [!INCLUDEjdbcNoVersion].

Syntax

  
public int getMinorVersion()  

Return Value

An int that contains the minor version number of the JDBC driver.

Remarks

This getMinorVersion method is specified by the getMinorVersion method in the java.sql.Driver interface.

See Also

SQLServerDriver Methods
SQLServerDriver Members
SQLServerDriver Class