Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.35 KB

File metadata and controls

42 lines (31 loc) · 1.35 KB
title getBinaryStream (java.lang.String)
description getBinaryStream (java.lang.String)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation SQLServerCallableStatement.getBinaryStream(String paramName)
apiname SQLServerCallableStatement.getBinaryStream(String paramName)
apitype Assembly

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