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::AdviceResultOverflow::AdviceResultOverflow
Controlling File: Advisor\model\Packages\Entity\AdviceResultOverflow\AdviceResultOverflow.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
resultOverflowIDkeynoThe key of the AdviceResultOverflow entity.ADVICE_RESULT_OVERFLOW_ID SVR_INT64
adviceXMLResultIDdetailsnoThe foreign key link to the AdviceXMLResult entity.ADVICE_XML_RESULT_ID SVR_INT64
sequenceNumberdetailsnoA sequence number which signifies the order in which a particular piece of xml was written to the entity. It's used when reconstructing xml data that is written across multiple entity rows.NUMBER_OF_ITEMS SVR_INT32
xmlDatadetailsnoThe xml data of the advice item.ADVICE_XML_DATA SVR_STRING<4000>
Foreign Keys (1)
ChildParent
AdviceResultOverflow.adviceXMLResultIDAdviceXMLResult.adviceXMLResultID
Indices (1)
Index NameAttributes
OverflowXMLRsltIdxadviceXMLResultID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: resultOverflowID
Standard Operation 
readread Standard Operation 
searchByAdviceXMLResultIDreadmultiORDER_BY: sequenceNumber
  
removeByAdviceXMLResultIDnsremove Removes all AdviceXMLData records for a specified AdviceXMLResult. 
Related Pages (16)