Truncates the CLOB to the given length.

语法

public void truncate(long len)

参数

len

The length, in characters, to which the CLOB should be truncated.

异常

java.sql.SQLException

备注

This truncate method is specified by the truncate method in the java.sql.Clob interface.

另请参见

SQLServerClob Class
SQLServerClob Methods
SQLServerClob Members