Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.28 KB

File metadata and controls

47 lines (34 loc) · 1.28 KB
title updateBlob Method (int, java.sql.Blob)
description updateBlob Method (int, java.sql.Blob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateBlob (int, java.sql.Blob)
apitype Assembly

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