| title | updateNCharacterStream Method (int, java.io.Reader) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | fc746413-bdbf-4109-aee0-385a1270c847 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a character stream value.
public void updateNCharacterStream(int columnIndex,
java.io.Reader x)
columnIndex
An int that indicates the column index.
x
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