Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.36 KB

File metadata and controls

39 lines (33 loc) · 2.36 KB
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)

[!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