Table Description
Image Link: Entity linking the Images And Link entities. Creates a link between the the Image and Link entities.

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::ImageLink::ImageLink
Controlling File: Advisor\model\Packages\Entity\ImageLink\ImageLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
imageLinkIDkeynoThe unique identifier for ImageLink.INTERNAL_ID SVR_INT64
linkIDdetailsnoThe unique identifier for Link.INTERNAL_ID SVR_INT64
imageIDdetailsnoThe unique identifier for Image.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
ImageLink.imageIDImage.imageID
ImageLink.linkIDLink.linkID
Indices (2)
Index NameAttributes
IdxImageLinkimageID
ImageLinkLinkIDIdxlinkID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: imageLinkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
readByImagensread Returns ImageLink for the given Image. 
readByLinknsread Returns ImageLink for the given Link. 
Related Pages (0)