Table Description
Dynamic Evidence Data Attribute: Stores Dynamic Evidence Attributes
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::Dynamic Evidence::Service Layer::Entity::Evidence Data Store::DynamicEvidenceDataAttribute
Controlling File: DynamicEvidence\model\ServiceLayer\EvidenceDataStore\EvidenceDataStore_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
LAST_UPDATED_FIELDyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
attributeIDkeyno DYNAMIC_EVIDENCE_ID SVR_INT64
namedetailsnoThe attribute name.DYNAMIC_EVIDENCE_ATTRIBUTE_NAME SVR_STRING<40>
valuedetailsyesThe attribute value, i.e. the evidence data.DYNAMIC_EVIDENCE_DATA SVR_STRING<4000>
evidenceIDdetailsnoIdentifies the evidence record to which this attribute belongs.DYNAMIC_EVIDENCE_ID SVR_INT64
Foreign Keys (1)
ChildParent
DynamicEvidenceDataAttribute.evidenceIDDynamicEvidenceData.evidenceID
Indices (2)
Index NameAttributes
EvidenceIDAttributeIndexevidenceID, name
EvidenceAttributeIndexevidenceID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
batchInsertbatchinsert   
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: no
Standard Operation 
removeremove Standard Operation 
searchByEvidenceIDreadmulti Retrieves all attributes that belong to an evidence record with the specified ID 
insertinsertAUTO_ID: attributeID
Standard Operation 
batchModifybatchmodify   
searchByEvidenceIDAndAttributensmulti Retrieves all attributes that belong to an evidence record with the specified ID and attribute name.SQL
Related Pages (2)