Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.4 KB

File metadata and controls

45 lines (35 loc) · 1.4 KB
title getDatabaseProductName 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.getDatabaseProductName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 548bd099-019f-487c-87cc-6f0b665f164d
author David-Engel
ms.author v-daenge

getDatabaseProductName Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the name of this database product.

Syntax

  
public java.lang.String getDatabaseProductName()  

Return Value

A String that contains the database product name.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class