Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.24 KB

File metadata and controls

44 lines (31 loc) · 1.24 KB
title updateBlob Method (int, java.io.InputStream)
description updateBlob Method (int, 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 (int, java.io.InputStream)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column using the specified input stream.

Syntax

  
public void updateBlob(int columnIndex,  
                       java.io.InputStream inputStream)  

Parameters

columnIndex

An int that indicates the column index.

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