Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.43 KB

File metadata and controls

47 lines (36 loc) · 1.43 KB
title getBinaryStream (int) | 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(int paramIndex)
apilocation
SQLServerCallableStatement.getBinaryStream(int paramIndex)
apitype Assembly
ms.assetid a766818e-cd05-4a07-a1ae-88966017448c
author David-Engel
ms.author v-daenge

getBinaryStream (int)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public final java.io.InputStream getBinaryStream(int paramIndex)  

Parameters

paramIndex

An int that indicates the parameter index.

Return Value

An InputStream object.

Exceptions

SQLServerException

See Also

getBinaryStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class