Retrieves the value of the current stored-procedure parameter.
Syntax
Object getValue()
Parameters
None.
Return Values
Returns the value of the associated CwDBStoredProcedureParam parameter as a Java Object.
Exceptions
None.
Notes
The getParamValue() method returns the parameter value as a Java Object (such as Integer, Double, or String). If the value returned to an OUT parameter is the JDBC NULL, getParamValue() returns the null constant.
See Also