$sql.preparedStatement.setClob

Sets the designated parameter to the given Clob object. The driver converts this to an SQL CLOB value when it sends it to the database.
Syntax
    $sql.preparedStatement.setClob
DocumentationSets the designated parameter to the given Clob object. The driver converts this to an SQL CLOB value when it sends it to the database.
    Paramter:
      i - the first parameter is 1, the second is 2, ...
      x - a Clob object that maps an SQL CLOB value
    Returns:
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters3
Maximum parameters 3