title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
SQLServerBlob Constructor (SQLServerConnection, byte) |
SQLServerBlob Constructor (SQLServerConnection, byte) |
David-Engel |
v-davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerConnection, byte[].SQLServerBlob |
Assembly |
[!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.
public SQLServerBlob(SQLServerConnection connection,
byte[] data)
connection
A SQLServerConnection object.
data
A byte array.
SQLServerBlob Constructors
SQLServerBlob Members
SQLServerBlob Class