Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.07 KB

truncate-method-sqlserverclob.md

File metadata and controls

42 lines (31 loc) · 1.07 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
truncate Method (SQLServerClob)
truncate Method (SQLServerClob)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerClob.truncate
Assembly

truncate Method (SQLServerClob)

[!INCLUDEDriver_JDBC_Download]

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