| title | setString Method (SQLServerClob) |
|---|---|
| description | setString Method (SQLServerClob) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerClob.setString |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Writes the given String to the CLOB starting at the given position.
| Name | Description |
|---|---|
| setString (long, java.lang.String) | Writes the given string to the CLOB starting at the given position. |
| setString (long, java.lang.String, int, int) | Writes the given string to the CLOB starting at the given position, based on the given offset and length. |
SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class