Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.57 KB

File metadata and controls

31 lines (25 loc) · 1.57 KB
title setBinaryStream Method (SQLServerPreparedStatement) | 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 2adb2b88-96d6-4645-86d0-0388c8186691
author David-Engel
ms.author v-daenge

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