Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.18 KB

File metadata and controls

28 lines (22 loc) · 1.18 KB
title getClientInfo Method (SQLServerConnection)
description getClientInfo Method (SQLServerConnection)
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

getClientInfo Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Retrieves information regarding the client information properties supported by the JDBC driver.

Overload List

Name Description
getClientInfo Method () Retrieves a list that contains the name and current value of each client information property supported by the JDBC driver.
getClientInfo Method (java.lang.String) Retrieves the value of a specified client information property.

See Also

SQLServerConnection Members
SQLServerConnection Class