createClob()
Syntax:
Clob createClob() throws SQLException
Description:
Constructs an object that implements the Clob interface. The object returned initially contains no data. The setAsciiStream, setCharacterStream and setString methods of the Clob interface may be used to add data to the Clob.
Returns:
Type: Clob
An object that implements the Clob interface
Throws:
SQLException - if a database access error occurs
Reference:
For more information, reference JDBC documentation for: Connection.createClob()