Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.31 KB

File metadata and controls

51 lines (38 loc) · 1.31 KB
title setBlob Method (SQLServerPreparedStatement) | 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
SQLServerPreparedStatement.setBlob
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 218ff486-3f31-49e4-ad81-a423246a8307
author David-Engel
ms.author v-daenge

setBlob Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the given Blob object.

Syntax

  
public final void setBlob(int i,  
                          java.sql.Blob x)  

Parameters

i

An int that indicates the parameter number.

x

A Blob object.

Exceptions

SQLServerException

Remarks

This setBlob method is specified by the setBlob method in the java.sql.PreparedStatement interface.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class