$sql.callableStatement.setNull

Sets the designated parameter to SQL NULL.
Syntax
    $sql.callableStatement.setNull
DocumentationSets the designated parameter to SQL NULL.
Note: You must specify the parameter's SQL type.

    Paramter:
      parameterIndex - the first parameter is 1, the second is 2, ...
      sqlType - the SQL type code defined in java.sql.Types
    Returns:
    Throws:
      SQLException - if a database access error occurs
Examples
(No example available.)
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 3