$sql.callableStatement.setClob

Sets the designated parameter to the given Clob object.
Syntax
    $sql.callableStatement.setClob
DocumentationSets the designated parameter to the given Clob object.

    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