getParamValue()

Retrieves the value of this stored-procedure parameter.

Syntax

Object getParamValue()
 

Parameters

None.

Return values

Returns the value of the associated UserStoredProcedureParam 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

setParamValue()

Copyright IBM Corp. 1997, 2003