Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.47 KB

File metadata and controls

47 lines (36 loc) · 1.47 KB
title getBinaryStream (java.lang.String) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerCallableStatement.getBinaryStream(String paramName)
apilocation
SQLServerCallableStatement.getBinaryStream(String paramName)
apitype Assembly
ms.assetid 17f1ea5d-47f8-4a66-a0fc-d6554b8e3866
author David-Engel
ms.author v-daenge

getBinaryStream (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as a binary stream of uninterrupted bytes given the parameter name.

Syntax

  
public final java.io.InputStream getBinaryStream(java.lang.String paramName)  

Parameters

paramName

A String that indicates the parameter name.

Return Value

An InputStream object.

Exceptions

SQLServerException

See Also

getBinaryStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class