Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.17 KB

File metadata and controls

45 lines (35 loc) · 1.17 KB
title length 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.length
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 18bea01e-7d3d-40aa-961f-2318513fab1c
author David-Engel
ms.author v-daenge

length Method (SQLServerClob)

[!INCLUDEDriver_JDBC_Download]

Returns the number of characters in the CLOB.

Syntax

  
public long length()  

Return Value

The length of the CLOB in number characters.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class