다음을 통해 공유


length Method (SQLServerBlob)

Returns the number of bytes in the BLOB object.

public long length()

반환 값

A long value that specifies the number of bytes.

예외

SQLServerException

주의

This length method is specified by the length method in the java.sql.Blob interface.

참고

참조

SQLServerBlob Class

개념

SQLServerBlob Methods
SQLServerBlob Members