truncate Method (SQLServerClob)
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.