Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.76 KB

File metadata and controls

30 lines (24 loc) · 1.76 KB
title updateNCharacterStream Method (SQLServerResultSet)
description updateNCharacterStream 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

updateNCharacterStream Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a character stream value.

Overload List

Name Description
updateNCharacterStream Method (int, java.io.Reader) Updates the designated column with a character stream value.
updateNCharacterStream Method (int, java.io.Reader, long) Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream Method (java.lang.String, java.io.Reader) Updates the designated column with a character stream value.
updateNCharacterStream Method (java.lang.String, java.io.Reader, long) Updates the designated column with a character stream value, which will have the specified number of bytes.

See Also

SQLServerResultSet Members
SQLServerResultSet Class