Bewerken

Delen via


truncate Method (SQLServerClob)

Download JDBC driver

Truncates the CLOB to the given length.

Syntax

  
public void truncate(long len)  

Parameters

len

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

Exceptions

java.sql.SQLException

Remarks

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

See Also

SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class