Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1013 Bytes

File metadata and controls

37 lines (27 loc) · 1013 Bytes
title length Method (SQLServerNClob)
description length Method (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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