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