| Syntax | $sql.callableStatement.clearParameters{} |
| Documentation | In 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:
Returns:
Throws:
SQLException - if a database access error occurs
|
| Examples |
|
| Group | SQL |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |