| title | updateNCharacterStream Method (java.lang.String, java.io.Reader) |
|---|---|
| description | updateNCharacterStream Method (java.lang.String, 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]
Updates the designated column with a character stream value.
public void updateNCharacterStream(java.lang.String columnLabel,
java.io.Reader reader)
columnLabel
A String that contains the column label.
reader
A Reader object.
This updateNCharacterStream method is specified by the updateNCharacterStream method in the java.sql.ResultSet interface.
This method passes Unicode characters from a Reader object to selected nchar, nvarchar(max), ntext and xml columns. Using this method on other data type columns will throw an exception.
updateNCharacterStream Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class