Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.05 KB

length-method-sqlserverblob.md

File metadata and controls

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

length Method (SQLServerBlob)

[!INCLUDEDriver_JDBC_Download]

Returns the number of bytes in the BLOB object.

Syntax

  
public long length()  

Return Value

A long value that specifies the number of bytes.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class