Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.38 KB

File metadata and controls

45 lines (35 loc) · 1.38 KB
title getJDBCMajorVersion 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.getJDBCMajorVersion
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 67b2bb4b-9714-4ba5-8739-50c632830451
author David-Engel
ms.author v-daenge

getJDBCMajorVersion Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the major JDBC version number for this driver.

Syntax

  
public int getJDBCMajorVersion()  

Return Value

An int that indicates the major JDBC version.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class