updateCharacterStream Method (SQLServerResultSet)
Updates the designated column with a character stream value.
Overload List
Name | Description |
---|---|
Updates the designated column with a character stream value. |
|
Updates the designated column with a character stream value, which will have the specified number of characters. |
|
Updates the designated column with a character stream value, which will have the specified number of characters. |
|
updateCharacterStream Method (java.lang.String, java.io.Reader) |
Updates the designated column with a character stream value. |
updateCharacterStream (java.lang.String, java.io.Reader, int) |
Updates the designated column with a character stream value, which will have the specified number of characters. |
updateCharacterStream Method (java.lang.String, java.io.Reader, long) |
Updates the designated column with a character stream value, which will have the specified number of characters. |