setCharacterStream Method (int, java.io.Reader)
Sets the designated parameter to the specified java.io.Reader object.
Nota
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)
Parametri
parameterIndex
An int that indicates the parameter number.
reader
The java.io.Reader object that contains the Unicode data.
Eccezioni
Osservazioni
This setCharacterStream method is specified by the setCharacterStream method in the java.sql.PreparedStatement interface.
Vedere anche
Concetti
setCharacterStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members