$sql.callableStatement.clearParameters

Clears the current parameter values immediately.
Syntax
    $sql.callableStatement.clearParameters{}
DocumentationIn general, parameter values remain in force for repeated use of a statement. Setting a parameter value automatically clears its previous value. However, in some cases it is useful to immediately release the resources used by the current parameter values; this can be done by calling the method clearParameters. :

    Parameter:
      NONE
    Returns:
      NONE
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1