Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.35 KB

File metadata and controls

46 lines (33 loc) · 1.35 KB
title setAsciiStream Method (int, java.io.InputStream) | 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 02c2443d-44e1-4f16-a0d5-08d197838214
author David-Engel
ms.author v-daenge

setAsciiStream Method (int, java.io.InputStream)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public final void setAsciiStream(int parameterIndex,  
                                 java.io.InputStream x)  

Parameters

parameterIndex

An int that indicates the parameter number.

x

A java.io.InputStream object.

Exceptions

SQLServerException

Remarks

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

See Also

setAsciiStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members