Share via


setCharacterStream Method (int, java.io.Reader)

Sets the designated parameter to the specified java.io.Reader object.

Hinweis

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

public final void setCharacterStream(int parameterIndex,
                              java.io.Reader reader)

Parameter

parameterIndex

An int that indicates the parameter number.

reader

The java.io.Reader object that contains the Unicode data.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Konzepte

setCharacterStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members