Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Truncates the CLOB to the given length.
Syntax
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
SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class