Compartir a través de


truncate Method (SQLServerClob)

Truncates the CLOB to the given length.

public void truncate(long len)

Parámetros

len

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

Excepciones

java.sql.SQLException

Notas

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

Vea también

Referencia

SQLServerClob Class

Conceptos

SQLServerClob Methods
SQLServerClob Members