Get Param Value

Retrieves the value of the current stored-procedure parameter.

Inputs

CwDBStoredProcedureParam
The stored-procedure parameter (a CwDBStoredProcedureParam object) whose value you want to retrieve.

Output

Returns the value of the associated stored-procedure parameter as a Java Object

Notes

The Get Param Value function block 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, Get Param Value returns the null constant.

Related information

This function block is based on the CwDBStoredProcedureParam.getValue() method. For more information, see getValue().

Copyright IBM Corp. 2004