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.