Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.35 KB

File metadata and controls

47 lines (34 loc) · 1.35 KB
title updateBlob Method (int, java.io.InputStream) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid d0263018-d326-4a7b-bf6f-5f508db899d4
author David-Engel
ms.author v-daenge

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