length Method (SQLServerClob)
Returns the number of characters in the CLOB.
public long length()
반환 값
The length of the CLOB in number characters.
예외
주의
This length method is specified by the length method in the java.sql.Clob interface.
Returns the number of characters in the CLOB.
public long length()
The length of the CLOB in number characters.
This length method is specified by the length method in the java.sql.Clob interface.