Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.03 KB

File metadata and controls

42 lines (31 loc) · 1.03 KB
title truncate Method (SQLServerClob)
description truncate Method (SQLServerClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerClob.truncate
apitype 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