Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.18 KB

File metadata and controls

45 lines (35 loc) · 1.18 KB
title length Method (SQLServerBlob) | 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
SQLServerBlob.length
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid aa233ccb-72d3-4ea3-979d-07ef9aa47359
author David-Engel
ms.author v-daenge

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