Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.62 KB

File metadata and controls

31 lines (25 loc) · 1.62 KB
title setAsciiStream 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 91df14fb-ff92-457f-ad51-50da7a254630
author David-Engel
ms.author v-daenge

setAsciiStream Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter number to the specified java.io.InputStream object.

Overload List

Name Description
setAsciiStream Method (int, java.io.InputStream) Sets the designated parameter number to the specified java.io.InputStream object.
setAsciiStream Method (int, java.io.InputStream, int) Sets the designated parameter number to the specified java.io.InputStream object with the specified number of bytes.
setAsciiStream Method (int, java.io.InputStream, long) Sets the designated parameter number to the specified java.io.InputStream object with the specified number of bytes.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class