Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.34 KB

File metadata and controls

45 lines (35 loc) · 1.34 KB
title getDriverName 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.getDriverName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 2ccec113-ae1b-45b8-a334-13eae04941f3
author David-Engel
ms.author v-daenge

getDriverName Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the name of this JDBC driver.

Syntax

  
public java.lang.String getDriverName()  

Return Value

A String that contains the JDBC driver name.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class