setString Method (SQLServerNClob)

Download JDBC driver

Writes the specified String to the NCLOB starting at the specified position.

Overload List

Name Description
setString Method (long, java.lang.String) (SQLServerNClob) Writes the specified String to the NCLOB starting at the specified position.
setString Method (long, java.lang.String, int, int) (SQLServerNClob) Writes the specified string to the NCLOB starting at the specified position, and based on the specified offset and length.

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class