Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.34 KB

File metadata and controls

34 lines (28 loc) · 2.34 KB
title updateCharacterStream Method (SQLServerResultSet)
description updateCharacterStream Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateCharacterStream
apitype Assembly

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