Appends value to end of this collection.
Parameters: type - type column type of the field this parameter corresponds to Parameters: value - value of this parameter.
Appends value to end of this collection.
Parameters: type - type column type of the field this parameter corresponds to Parameters: value - value of this parameter.
Constructs CallParameters from array of values.
If the array element is of Parameter type it is simply added,
ff not then new parameter with null column type gets created and added to this collection.
Parameters: parameters - array of CallParameter elements throws: OdalRuntimePersistencyException - if not all parameters are not instances of CallParameter
Appends value to end of this collection.
Parameters: type - type column type of the field this parameter corresponds to Parameters: value - value of this parameter. added CallParameter throws: OdalRuntimePersistencyException - if the value is already of Parameter type,in which case add(Object value) method should be used
Appends value to parameter collection. If value is of Parameter class - adds it,
otherwise - creates new Parameter with null type and adds it to the end of this collection.
Parameters: callParameter - value of this parameter. added Parameter or value if it is of Parameter class
Appends value to end of this collection.
Parameters: type - type column type of the field this parameter corresponds to Parameters: value - value of this parameter. added CallParameter
Appends all of the parameters in the specified argParameters to the end of
this collection
Parameters: argParameters - the parameters to be inserted into this collection.