RDMClob()
Syntax:
RDMClob()
Description:
Creates an empty Clob object that can be filled using the setAsciiStream(long)
, setCharacterStream(long)
, setString(long, String)
, or setString(long, String, int, int)
methods and is then available to be supplied to the set
Clob
methods of the Statement
, PreparedStatement
, or CallableStatement
objects.