truncate Method (SQLServerBlob)
Truncates a BLOB, given the length.
public void truncate(long len)
Parameter
len
The new length for the BLOB.
Ausnahmen
java.sql.SQLException
Hinweise
This truncate method is specified by the truncate method in the java.sql.Blob interface.