Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.66 KB

File metadata and controls

53 lines (41 loc) · 1.66 KB
title SQLServerBlob Constructor (SQLServerConnection, byte) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
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 jhubbard

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