Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.34 KB

updateblob-method-java-lang-string-java-io-inputstream.md

File metadata and controls

44 lines (31 loc) · 1.34 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
updateBlob Method (java.lang.String, java.io.InputStream)
updateBlob Method (java.lang.String, java.io.InputStream)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
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