| title | createBlob Method (SQLServerConnection) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | 630a93b0-6e3c-4255-a007-1097ce0ee243 |
| author | David-Engel |
| ms.author | v-daenge |
[!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).