Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.28 KB

updatebinarystream-method-sqlserverresultset.md

File metadata and controls

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

updateBinaryStream Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a binary stream value.

Overload List

Name Description
updateBinaryStream(int, java.io.InputStream) Updates the designated column with a binary stream value.
updateBinaryStream (int, java.io.InputStream, int) Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, java.io.InputStream, long) Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(java.lang.String, java.io.InputStream) Updates the designated column with a binary stream value.
updateBinaryStream (java.lang.String, java.io.InputStream, int) Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(java.lang.String, java.io.InputStream, long) Updates the designated column with a binary stream value, which will have the specified number of bytes.

See Also

SQLServerResultSet Members
SQLServerResultSet Class