Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.11 KB

File metadata and controls

37 lines (28 loc) · 1.11 KB
title getMinorVersion Method (SQLServerDriver)
description getMinorVersion Method (SQLServerDriver)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDriver.getMinorVersion
apitype Assembly

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