length Method (SQLServerBlob)
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.