| 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 |
[!INCLUDEDriver_JDBC_Download]
Returns the number of bytes in the BLOB object.
public long length()
A long value that specifies the number of bytes.
This length method is specified by the length method in the java.sql.Blob interface.
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class