Retrieves the data type of this stored-procedure parameter as a Java Object, such as Integer, Double, or String.
Syntax
String getParamDataTypeJavaObj()
Parameters
None.
Return values
Returns the data type of the associated UserStoredProcedureParam parameter as a Java Object.
Exceptions
None.
Notes
A Java Object is one of two representations of the parameter data type stored in the UserStoredProcedureParam object. Use getParamDataTypeJavaObj() to obtain the Java Object data type, you should work with the Java Object data type because:
See also