Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 2.07 KB

File metadata and controls

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

updateBlob Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with the specified object value.

Overload List

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class