Sets the name of this stored-procedure parameter.
Syntax
void setParamName(String paramName)
Parameters
Notes
The name of the parameter is informational only. It is used only for error messages and debugging. The parameter name is not needed to access the stored-procedure parameter because stored procedures are accessed by their index position in the stored-procedure declaration.
See also