Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.23 KB

File metadata and controls

31 lines (25 loc) · 1.23 KB
title getBinaryStream Method (SQLServerBlob) | 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 4fb5a2d3-5db6-4e62-8000-d0f486c7cf46
author David-Engel
ms.author v-daenge

getBinaryStream Method (SQLServerBlob)

[!INCLUDEDriver_JDBC_Download]

Returns an input stream to read data from the BLOB.

Overload List

Name Description
getBinaryStream Method () Returns an input stream to read data from the BLOB.
getBinaryStream Method (long, long) Returns an input stream object that contains a partial BLOB value by using the specified starting position and the length.

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class