Table Description
Datastore Entity: Stores shredded XML documents.
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::Datastore::Entity::DatastoreEntity::DatastoreEntity
Controlling File: Datastore\model\Packages\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
entityIDkeynoUnique identifier for the record.DATASTORE_UID SVR_INT64
isOverflowInddetails Indicates if this entity record has an overflow, an overflow occurs when the XML document size is greater than the field size used to store the document. Overflows increase performance when reading the entity details.DATASTORE_OVERFLOW_IND SVR_BOOLEAN
overflowNextIDdetails Holds the ID of the Datastore Entity which is an overflow of this record.DATASTORE_UID SVR_INT64
entityTypedetails The type of entity record.DATASTORE_QNAME SVR_STRING<256>
entityValuedetails An XML document which holds the entity details.DATASTORE_ENTITY_VALUE SVR_STRING<4000>
Foreign Keys (7)
ChildParent
Application.rootEntityIDDatastoreEntity.entityID
AuthorisationDataLog.datastorelinkIDDatastoreEntity.entityID
CitizenScriptInfo.datastoreIDDatastoreEntity.entityID
Motivation.dataStoreIDDatastoreEntity.entityID
MotivationResult.rootEntityIDDatastoreEntity.entityID
ParticipantScreening.datastoreIDDatastoreEntity.entityID
ScreeningResult.rootEntityIDDatastoreEntity.entityID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: entityID
AUTO_ID_KEY: DATASTORE
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
insertNoAutoIDinsert Standard Operation 
Related Pages (0)