Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.14 KB

File metadata and controls

39 lines (33 loc) · 2.14 KB
title updateBlob 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.updateBlob
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 78e367c6-5e4d-4715-8cb7-e841e4f76a7c
author David-Engel
ms.author v-daenge

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