--- title: "updateBinaryStream 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.updateBinaryStream" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 1af26ac2-76e5-4a26-a600-9919211333ba author: David-Engel ms.author: v-daenge --- # updateBinaryStream Method (SQLServerResultSet) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Updates the designated column with a binary stream value. ## Overload List |Name|Description| |----------|-----------------| |[updateBinaryStream(int, java.io.InputStream)](../../../connect/jdbc/reference/updatebinarystream-method-int-java-io-inputstream.md)|Updates the designated column with a binary stream value.| |[updateBinaryStream (int, java.io.InputStream, int)](../../../connect/jdbc/reference/updatebinarystream-method-int-java-io-inputstream-int.md)|Updates the designated column with a binary stream value, which will have the specified number of bytes.| |[updateBinaryStream(int, java.io.InputStream, long)](../../../connect/jdbc/reference/updatebinarystream-method-int-java-io-inputstream-long.md)|Updates the designated column with a binary stream value, which will have the specified number of bytes.| |[updateBinaryStream(java.lang.String, java.io.InputStream)](../../../connect/jdbc/reference/updatebinarystream-method-java-lang-string-java-io-inputstream.md)|Updates the designated column with a binary stream value.| |[updateBinaryStream (java.lang.String, java.io.InputStream, int)](../../../connect/jdbc/reference/updatebinarystream-method-java-lang-string-java-io-inputstream-int.md)|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)](../../../connect/jdbc/reference/updatebinarystream-method-java-lang-string-java-io-inputstream-long.md)|Updates the designated column with a binary stream value, which will have the specified number of bytes.| ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)