| title | createBlob Method (SQLServerConnection) |
|---|---|
| description | createBlob Method (SQLServerConnection) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Creates a Blob object without any data.
public java.sql.Blob createBlob()
A Blob object.
This createBlob method is specified by the createBlob method in the java.sql.Connection interface.
This method replaces the need for SQLServerBlob Constructor (SQLServerConnection, byte).