Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.03 KB

File metadata and controls

34 lines (28 loc) · 2.03 KB
title updateBlob Method (SQLServerResultSet)
description updateBlob Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
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