Freigeben über


truncate Method (SQLServerNClob)

Truncates the NCLOB to the specified length.

Hinweis

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public void truncate(long len)

Parameter

len

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerNClob Class

Konzepte

SQLServerNClob Methods
SQLServerNClob Members