| title | setString Method (long, java.lang.String) - NClob |
|---|---|
| description | setString Method (long, java.lang.String) (SQLServerNClob) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Writes the specified String to the NCLOB starting at the specified position.
public int setString(long pos,
java.lang.String str)
pos
The position at which to start writing to the NCLOB; the first position is 1.
str
The String to be written to the NCLOB.
The number of characters written.
This setString method is specified by the setString method in the java.sql.NClob interface.
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class