Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.38 KB

File metadata and controls

39 lines (28 loc) · 1.38 KB
title getClientInfoProperties Method (SQLServerDatabaseMetaData)
description getClientInfoProperties Method (SQLServerDatabaseMetaData)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

getClientInfoProperties Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves a list of the client information properties that the driver supports.

Syntax

  
public java.sql.ResultSet getClientInfoProperties()  

Return Value

A ResultSet object.

Exceptions

SQLServerException

Remarks

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

Note

This method returns an empty result set. The driver supports setting only the applicationName and sets the applicationName only at connection time. SQL Server does not support updating the client application information after the connection is established.

See Also

SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class