Object getParamValue()
None.
Returns the value of the associated UserStoredProcedureParam parameter as a Java Object.
None.
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.