Sets the value of this stored-procedure parameter.
Syntax
void setParamValue(Object paramValue)
Parameters
Notes
You must set the parameter value as a Java Object.
See also
getParamValue()