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 Class
SQLServerBlob Methods
SQLServerBlob Members