Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.04 KB

File metadata and controls

40 lines (30 loc) · 1.04 KB
title length Method (SQLServerClob)
description length Method (SQLServerClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerClob.length
apitype Assembly

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