| title | setCharacterStream Method (int, java.io.Reader) |
|---|---|
| description | setCharacterStream Method (int, java.io.Reader) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter to the specified java.io.Reader object.
Note
This feature is introduced starting with the [!INCLUDEmsCoName] [!INCLUDEssNoVersion] JDBC Driver version 2.0.
public final void setCharacterStream(int parameterIndex,
java.io.Reader reader)
parameterIndex
An int that indicates the parameter number.
reader
The java.io.Reader object that contains the Unicode data.
This setCharacterStream method is specified by the setCharacterStream method in the java.sql.PreparedStatement interface.
setCharacterStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members