Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.7 KB

File metadata and controls

53 lines (41 loc) · 1.7 KB
title SQLServerBlob Constructor (SQLServerConnection, byte) | 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
SQLServerConnection, byte[].SQLServerBlob
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 9fe573e3-30db-4828-abab-e9346493e931
caps.latest.revision 14
author MightyPen
ms.author genemi
manager craigg

SQLServerBlob Constructor (SQLServerConnection, byte)

[!INCLUDEDriver_JDBC_Download]

Initializes a new instance of the SQLServerBlob class when given a SQLServerConnection object and a byte array.

Note

This method has been deprecated in JDBC Driver version 2.0. Instead, use the createBlob method of the SQLServerConnection class.

Syntax

  
public SQLServerBlob(SQLServerConnection connection,  
                     byte[] data)  

Parameters

connection

A SQLServerConnection object.

data

A byte array.

See Also

SQLServerBlob Constructors
SQLServerBlob Members
SQLServerBlob Class