SQLServerBlob Constructor (SQLServerConnection, byte )
Initializes a new instance of the SQLServerBlob class when given a SQLServerConnection object and a byte array.
Hinweis
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)
Parameter
connection
A SQLServerConnection object.
data
A byte array.