Table Description
Parameter: Holds the name and value of a parameter. The entity name has been shortened from Parameter because Parameter is a reserved word on DB2. An Advice Item and Link contain parameters for populating Advice Item text and as part of the URL.

Example

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Advisor::Entity::Parameter::Param
Controlling File: Advisor\model\Packages\Entity\Parameter\Parameter_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
parameterIDkeynoUnique identifier for the Parameter record.INTERNAL_ID SVR_INT64
namedetails The parameter name.ADVICE_PARAM_NAME SVR_STRING<255>
valuedetails The parameter value.ADVICE_PARAM_VALUE SVR_STRING<255>
typedetails  ADVICE_PARAMETER_TYPEAdviceParameterTypeSVR_STRING<10>
Foreign Keys (3)
ChildParent
AdviceContextParameter.parameterIDParam.parameterID
AdviceItemParameter.parameterIDParam.parameterID
LinkParameter.parameterIDParam.parameterID
Indices (1)
Index NameAttributes
IdxParameterNameValuename, value
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: parameterID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchByParameterNameAndValuereadmulti   
Related Pages (0)