Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.26 KB

File metadata and controls

46 lines (37 loc) · 1.26 KB
title getMinorVersion Method (SQLServerDriver) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
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 jhubbard

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