truncate Method (SQLServerClob)

Truncates the CLOB to the given length.

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

Reference

SQLServerClob Class

Concepts

SQLServerClob Methods
SQLServerClob Members