$sql.callableStatement.setDouble

Sets the designated parameter to the given Java double value. The driver converts this to an SQL DOUBLE value when it sends it to the database.
Syntax
    $sql.callableStatement.setDouble
DocumentationSets the designated parameter to the given Java double value. The driver converts this to an SQL DOUBLE value when it sends it to the database.

    Paramter:
      parameterIndex - the first parameter is 1, the second is 2, ...
      x - the parameter 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