Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.09 KB

File metadata and controls

40 lines (30 loc) · 1.09 KB
title getBinaryStream Method ()
description getBinaryStream Method ()
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerBlob.getBinaryStream
apitype Assembly

getBinaryStream Method ()

[!INCLUDEDriver_JDBC_Download]

Returns an input stream to read data from the BLOB.

Syntax

  
public java.io.InputStream getBinaryStream()  

Return Value

An input stream that contains the BLOB data.

Exceptions

SQLServerException

Remarks

This getBinaryStream method is specified by the getBinaryStream method in the java.sql.Blob interface.

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class