Table Description
Linked String: Data store for strings that are linked together as record based on volume of content. This entity stores strings in a manner similar to a linked list. If a string is of a certain size it is broken into enough records to hold the string. These records are linked to each other in a way that allows retrieval of data such that only one record exists for the data.
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::WorkspaceServices::LinkedString::Entity::LinkedString
Controlling File: WorkspaceServices\model\WorkspaceServices.emx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
linkedStringIDkeynoThe unique identifier.INTERNAL_ID SVR_INT64
utf8EncodeddetailsyesIndicates whether this string has been encoded as UTF-8. Used for backwards compatibility.BOOLEAN_TYPE SVR_BOOLEAN
linkedValuedetails The contents of the linked string. If this record has a related overflow record then the contents of this field will not be complete without reading the linked overflow record.LINKED_VALUE SVR_STRING<4000>
overFlowNextIDdetails The identifier of the next LinkedString record that holds the next part of the linked value.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
IntakeApplication.dataStoreMappingsIDLinkedString.linkedStringID
MotivationResult.linkedStringIDLinkedString.linkedStringID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
Related Pages (1)