Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.2 KB

File metadata and controls

28 lines (22 loc) · 1.2 KB
title updateNString Method (SQLServerResultSet)
description updateNString Method (SQLServerResultSet)
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

updateNString Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a String value.

Overload List

Name Description
updateNString Method (int, java.lang.String) Updates the designated column with a String value using the specified column index.
updateNString Method (java.lang.String, java.lang.String) Updates the designated column with a String value using the specified column label.

See Also

SQLServerResultSet Members
SQLServerResultSet Class