Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.11 KB

File metadata and controls

38 lines (27 loc) · 1.11 KB
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

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