setParamName()

Sets the name of this stored-procedure parameter.

Syntax

void setParamName(String paramName)
 

Parameters

paramName
The name of the stored-procedure parameter

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

getParamName()

Copyright IBM Corp. 1997, 2003