Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.32 KB

File metadata and controls

46 lines (33 loc) · 1.32 KB
title setAsciiStream Method to input stream | 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 dc2caa44-9eb5-4ed8-a889-36148b50901d
author David-Engel
ms.author v-daenge

setAsciiStream Method (java.lang.String, java.io.InputStream)

[!INCLUDEDriver_JDBC_Download]

Sets the designated parameter to the specified input stream.

Syntax

  
public final void setAsciiStream(java.lang.String parameterName,  
                                java.io.InputStream x)  

Parameters

parameterName

A String that contains the parameter name.

x

An InputStream object.

Exceptions

SQLServerException

Remarks

This setAsciiStream method is specified by the setAsciiStream method in the java.sql.PreparedStatement interface.

See Also

setAsciiStream (SQLServerCallableStatement)
SQLServerCallableStatement Members