Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.62 KB

File metadata and controls

60 lines (47 loc) · 1.62 KB
title updateBlob Method (java.lang.String, java.sql.Blob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
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 jhubbard
ms.workload Inactive

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