Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 2.29 KB

File metadata and controls

35 lines (29 loc) · 2.29 KB
title updateBinaryStream Method (SQLServerResultSet)
description updateBinaryStream 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.updateBinaryStream
apitype 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