다음을 통해 공유


length Method (SQLServerClob)

Returns the number of characters in the CLOB.

public long length()

반환 값

The length of the CLOB in number characters.

예외

SQLServerException

주의

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

참고

참조

SQLServerClob Class

개념

SQLServerClob Methods
SQLServerClob Members