length Method (SQLServerBlob)
Returns the number of bytes in the BLOB object.
public long length()
Rückgabewert
A long value that specifies the number of bytes.
Ausnahmen
Hinweise
This length method is specified by the length method in the java.sql.Blob interface.