Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.81 KB

File metadata and controls

32 lines (26 loc) · 1.81 KB
title updateNCharacterStream Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid d6a21d01-6d8e-4449-9fdf-ddb09bd4fdb8
author David-Engel
ms.author v-daenge

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