Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.4 KB

File metadata and controls

52 lines (39 loc) · 1.4 KB
title updateBlob Method (int, java.sql.Blob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.updateBlob (int, java.sql.Blob)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1e86f588-1365-4011-9412-f0acf7009880
author David-Engel
ms.author v-daenge

updateBlob Method (int, java.sql.Blob)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateBlob(int index,  
                       java.sql.Blob x)  

Parameters

index

An int that indicates the column index.

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