共用方式為


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.

另請參閱

參考

SQLServerClob Class

概念

SQLServerClob Methods
SQLServerClob Members