다음을 통해 공유


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