Sets the data type as a Java Object for this stored-procedure parameter.
Syntax
void setParamDataTypeJavaObj(String paramDataType)
Parameters
Exceptions
DtpConnectionException - If the input data type is not supported.
Notes
A Java Object is one of two representations of the parameter data type stored in the UserStoredProcedureParam object. Use setParamDataTypeJavaObj() to set the data type as a Java Object. You should work with the Java Object data type because:
See also