NCLOB 截断为指定长度。

语法

public void truncate(long len)

参数

len

NCLOB 值截断至以字符数表示的长度。

异常

注释

truncate 方法由 java.sql.NClob 接口中的 truncate 方法指定。

请参阅