Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.56 KB

File metadata and controls

45 lines (33 loc) · 1.56 KB
title SQLServerBlob Constructor (SQLServerConnection, byte)
description SQLServerBlob Constructor (SQLServerConnection, byte)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnection, byte[].SQLServerBlob
apitype Assembly

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