truncate(long len)
Syntax:
void truncate(long len) throws SQLException
Description:
Truncates the CLOB
value that this Clob
object represents to be len
characters in length.
Parameters:
len
the length, in characters, to which the CLOB
value that this Clob
object represents should be truncated
Throws:
SQLException - if a database access error occurs or len < 0
References:
For more information, reference JDBC documentation for: Clob.truncate(long len)