Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.16 KB

File metadata and controls

47 lines (36 loc) · 1.16 KB
title truncate Method (SQLServerClob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerClob.truncate
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ea3b2a03-387e-49d7-a4d6-ca6a6a354c90
author David-Engel
ms.author v-daenge

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