Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.05 KB

File metadata and controls

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