Condividi tramite


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

Sets the designated parameter to the specified input stream.

Nota

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

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

Parametri

parameterName

A String that contains the parameter name.

x

An InputStream object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Concetti

setAsciiStream (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members