Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.1 KB

File metadata and controls

40 lines (30 loc) · 1.1 KB
title length Method (SQLServerNClob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid dd1fb351-b4f2-4ebe-80a0-8bafb0637906
author David-Engel
ms.author v-daenge

length Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves the number of characters in the NClob.

Syntax

  
public long length()  

Return Value

The length of the NClob in number of characters.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class