Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.36 KB

File metadata and controls

50 lines (41 loc) · 1.36 KB
title getMinorVersion Method (SQLServerDriver) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDriver.getMinorVersion
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 5507000a-98b1-40b1-b8a7-16365ae80d7d
caps.latest.revision 10
author MightyPen
ms.author genemi
manager craigg
ms.workload Inactive

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