getValue()

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 getValue() 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

CwDBStoredProcedureParam(), getParamType()

Copyright IBM Corp. 2003