| title | truncate Method (SQLServerBlob) |
|---|---|
| description | truncate Method (SQLServerBlob) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerBlob.truncate |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Truncates a BLOB, given the length.
public void truncate(long len)
len
The new length for the BLOB.
java.sql.SQLException
This truncate method is specified by the truncate method in the java.sql.Blob interface.
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class