Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.72 KB

File metadata and controls

39 lines (33 loc) · 1.72 KB
title setBinaryStream Method (SQLServerPreparedStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
ms.assetid 2adb2b88-96d6-4645-86d0-0388c8186691
caps.latest.revision 8
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

setBinaryStream Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified input stream.

Overload List

Name Description
setBinaryStream Method (int, java.io.InputStream) Sets the designated parameter to the specified input stream.
setBinaryStream Method (int, java.io.InputStream, int) Sets the designated parameter to the specified input stream, which will have the specified number of bytes.
setBinaryStream Method (int, java.io.InputStream, long) Sets the designated parameter to the specified input stream, which will have the specified number of bytes.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class