Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.29 KB

File metadata and controls

44 lines (31 loc) · 1.29 KB
title updateBlob Method (java.lang.String, java.io.InputStream)
description updateBlob Method (java.lang.String, java.io.InputStream)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

updateBlob Method (java.lang.String, java.io.InputStream)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column using the specified input stream.

Syntax

  
public void updateBlob(java.lang.String columnLabel,  
                       java.io.InputStream inputStream)  

Parameters

columnLabel

A String that contains the column label.

inputStream

An InputStream object.

Exceptions

SQLServerException

Remarks

This updateBlob method is specified by the updateBlob method in the java.sql.ResultSet interface.

See Also

updateBlob Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class