Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.08 KB

length-method-sqlserverclob.md

File metadata and controls

40 lines (30 loc) · 1.08 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
length Method (SQLServerClob)
length Method (SQLServerClob)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerClob.length
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