Share via


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

Sets the designated parameter to the specified input stream.

Hinweis

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

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

Parameter

parameterName

A String that contains the name of the parameter.

x

An InputStream object.

Ausnahmen

SQLServerException

Hinweise

This setBinaryStream method is specified by the setBinaryStream method in the java.sql.CallableStatement interface.

Siehe auch

Konzepte

setBinaryStream (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members