Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.54 KB

File metadata and controls

56 lines (43 loc) · 1.54 KB
title updateBlob Method (java.lang.String, java.sql.Blob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
apiname
SQLServerResultSet.updateBlob (java.lang.String, java.sql.Blob)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid fdd47885-c7ec-4599-a645-ad0e082586f4
caps.latest.revision 10
author MightyPen
ms.author genemi
manager craigg

updateBlob Method (java.lang.String, java.sql.Blob)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a java.sql.Blob value.

Syntax

  
public void updateBlob(java.lang.String columnName,  
                       java.sql.Blob x)  

Parameters

columnName

A String that contains the column name.

x

A Blob 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