Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.48 KB

File metadata and controls

28 lines (22 loc) · 1.48 KB
title setBinaryStream Method (SQLServerPreparedStatement)
description setBinaryStream Method (SQLServerPreparedStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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