Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.63 KB

File metadata and controls

31 lines (25 loc) · 1.63 KB
title setAsciiStream (SQLServerCallableStatement) | 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 8de3ae7c-ba7b-4249-8333-71c8416b3bb7
author David-Engel
ms.author v-daenge

setAsciiStream (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter number to the specified input stream.

Overload List

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

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class