Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 928 Bytes

File metadata and controls

34 lines (26 loc) · 928 Bytes
title getDatabaseName Method (SQLServerDataSource)
description getDatabaseName Method (SQLServerDataSource)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDataSource.getDatabaseName
apitype Assembly

getDatabaseName Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the database name.

Syntax

  
public java.lang.String getDatabaseName()  

Return Value

A String that contains the database name or null if no value is set.

See Also

SQLServerDataSource Members
SQLServerDataSource Class