Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.24 KB

File metadata and controls

43 lines (30 loc) · 1.24 KB
title setBinaryStream Method to input stream)
description setBinaryStream Method (java.lang.String, java.io.InputStream)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

setBinaryStream Method (java.lang.String, java.io.InputStream)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified input stream.

Syntax

  
public void setBinaryStream(java.lang.String parameterName,  
                            java.io.InputStream x)  

Parameters

parameterName

A String that contains the name of the parameter.

x

An InputStream object.

Exceptions

SQLServerException

Remarks

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

See Also

setBinaryStream (SQLServerCallableStatement)
SQLServerCallableStatement Members