Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.34 KB

File metadata and controls

46 lines (33 loc) · 1.34 KB
title setBinaryStream Method (int, java.io.InputStream) | 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 6c32b904-c44b-472e-a084-38f008a742b4
author David-Engel
ms.author v-daenge

setBinaryStream Method (int, java.io.InputStream)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified input stream.

Syntax

  
public final void setAsciiStream(int parameterIndex,  
                                 java.io.InputStream x)  

Parameters

parameterIndex

An int that indicates the parameter number.

x

A java.io.InputStream object.

Exceptions

SQLServerException

Remarks

This setBinaryStream method is specified by the setBinaryStream method in the java.sql.PreparedStatement interface.

See Also

setBinaryStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members