Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.42 KB

File metadata and controls

51 lines (38 loc) · 1.42 KB
title setBinaryStream Method to input stream) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
ms.assetid 339c8277-2d08-4094-9fa9-26c8ad3e7348
caps.latest.revision 10
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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