setReturnValueFieldRef(String fieldName) Change the field descriptor that will receive the return value
from the procedure/function..
final public void
setReturnValueFieldRef(FieldDescriptor fieldDescriptor) Change the the field descriptor that will receive the return
value from the procedure/function...
Does this procedure return any values to the 'caller'?
true if the procedure returns at least 1value that is returned to the caller.
setReturnValueFieldRef
final public void setReturnValueFieldRef(String fieldName)(Code)
Change the field descriptor that will receive the return value
from the procedure/function..
Parameters: fieldName - the name of the field that will receive thereturn value from the procedure/function.
Change the the field descriptor that will receive the return
value from the procedure/function...
Parameters: fieldDescriptor - the field descriptor that will receive thereturn value from the procedure/function.