Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.62 KB

File metadata and controls

35 lines (29 loc) · 1.62 KB
title setBinaryStream Method (SQLServerPreparedStatement) | 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 2adb2b88-96d6-4645-86d0-0388c8186691
caps.latest.revision 8
author MightyPen
ms.author genemi
manager jhubbard

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