length()
Syntax:
long length() throws SQLException
Description:
Returns the number of characters in the CLOB
value designated by this Clob
object.
Returns:
length of the CLOB
in characters
Throws:
SQLException - if a database access error occurs
Reference:
For more information, reference JDBC documentation for: Clob.length()