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