Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 2.38 KB

File metadata and controls

35 lines (29 loc) · 2.38 KB
title updateCharacterStream Method (SQLServerResultSet)
description updateCharacterStream 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
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