Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.45 KB

File metadata and controls

39 lines (33 loc) · 2.45 KB
title updateCharacterStream 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
apiname
SQLServerResultSet.updateCharacterStream
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 78f39ec7-e27c-4534-bb19-fae806afd08c
author David-Engel
ms.author v-daenge

updateCharacterStream Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a character stream value.

Overload List

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class