Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.38 KB

updatecharacterstream-method-sqlserverresultset.md

File metadata and controls

34 lines (28 loc) · 2.38 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateCharacterStream Method (SQLServerResultSet)
updateCharacterStream Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateCharacterStream
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