Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.04 KB

File metadata and controls

39 lines (28 loc) · 1.04 KB
title truncate Method (SQLServerNClob)
description truncate Method (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

truncate Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Truncates the NCLOB to the specified length.

Syntax

  
public void truncate(long len)  

Parameters

len

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

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class