title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic |
---|---|---|---|---|---|---|---|
updateNCharacterStream Method (SQLServerResultSet) |
updateNCharacterStream Method (SQLServerResultSet) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a character stream value.
Name | Description |
---|---|
updateNCharacterStream Method (int, java.io.Reader) | Updates the designated column with a character stream value. |
updateNCharacterStream Method (int, java.io.Reader, long) | Updates the designated column with a character stream value, which will have the specified number of bytes. |
updateNCharacterStream Method (java.lang.String, java.io.Reader) | Updates the designated column with a character stream value. |
updateNCharacterStream Method (java.lang.String, java.io.Reader, long) | Updates the designated column with a character stream value, which will have the specified number of bytes. |