Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.39 KB

File metadata and controls

46 lines (36 loc) · 1.39 KB
title getJDBCMinorVersion 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.getJDBCMinorVersion
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid d9e153b5-51b7-4e44-b342-f147f04dbe19
author MightyPen
ms.author genemi
manager craigg

getJDBCMinorVersion Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the minor JDBC version number for this driver.

Syntax

  
public int getJDBCMinorVersion()  

Return Value

An int that indicates the minor JDBC version.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class