| title | truncate Method (SQLServerNClob) |
|---|---|
| description | truncate Method (SQLServerNClob) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Truncates the NCLOB to the specified length.
public void truncate(long len)
len
The length, in characters, to which the NCLOB value should be truncated.
This truncate method is specified by the truncate method in the java.sql.NClob interface.
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class