Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.22 KB

File metadata and controls

41 lines (30 loc) · 1.22 KB
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

createBlob Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Creates a Blob object without any data.

Syntax

  
public java.sql.Blob createBlob()  

Return Value

A Blob object.

Exceptions

SQLServerException

Remarks

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).

See Also

SQLServerConnection Members
SQLServerConnection Class