Skip to main content

%iKnow.Objects.VirtualEntityUnique

persistent class %iKnow.Objects.VirtualEntityUnique extends %Library.Persistent

SQL Table Name: %iKnow_Objects.VirtualEntityUnique

This is a read-only object representation wrapping the internal iKnow data structures for unique Entities in a Virtual Source.

This class can be used from Cache ObjectScript or SQL to access a single or small number of entries, but the storage mappings are not meant to support elaborate or complex queries targeting this SQL table.

Please use the predefined queries in %iKnow.Queries.EntityAPI and other query classes to consult entity data as the internal global structures are designed to optimize performance for these queries rather than general-purpose access.

Property Inventory

Parameters

parameter READONLY = 1;
Inherited description: READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

property DomainId as %Integer [ Required ];
Property methods: DomainIdDisplayToLogical(), DomainIdGet(), DomainIdIsValid(), DomainIdLogicalToDisplay(), DomainIdNormalize(), DomainIdSet()
property EntUniId as %Integer [ Required ];
Property methods: EntUniIdDisplayToLogical(), EntUniIdGet(), EntUniIdIsValid(), EntUniIdLogicalToDisplay(), EntUniIdNormalize(), EntUniIdSet()
property EntityValue as %String (MAXLEN = 2000);
Property methods: EntityValueDisplayToLogical(), EntityValueGet(), EntityValueIsValid(), EntityValueLogicalToDisplay(), EntityValueLogicalToOdbc(), EntityValueNormalize(), EntityValueSet()
property Frequency as %Integer [ Calculated ];
Property methods: FrequencyCompute(), FrequencyDisplayToLogical(), FrequencyGet(), FrequencyIsValid(), FrequencyLogicalToDisplay(), FrequencyNormalize(), FrequencySQLCompute()
property FrequencyAsConcept as %Integer [ Calculated ];
Property methods: FrequencyAsConceptCompute(), FrequencyAsConceptDisplayToLogical(), FrequencyAsConceptGet(), FrequencyAsConceptIsValid(), FrequencyAsConceptLogicalToDisplay(), FrequencyAsConceptNormalize(), FrequencyAsConceptSQLCompute()
property FrequencyAsRelation as %Integer [ Calculated ];
Property methods: FrequencyAsRelationCompute(), FrequencyAsRelationDisplayToLogical(), FrequencyAsRelationGet(), FrequencyAsRelationIsValid(), FrequencyAsRelationLogicalToDisplay(), FrequencyAsRelationNormalize(), FrequencyAsRelationSQLCompute()
property RealEntUniId as %Integer [ Calculated ];
Property methods: RealEntUniIdCompute(), RealEntUniIdDisplayToLogical(), RealEntUniIdGet(), RealEntUniIdIsValid(), RealEntUniIdLogicalToDisplay(), RealEntUniIdNormalize(), RealEntUniIdSQLCompute()
property VirtualSourceId as %Integer [ Required ];
Property methods: VirtualSourceIdDisplayToLogical(), VirtualSourceIdGet(), VirtualSourceIdIsValid(), VirtualSourceIdLogicalToDisplay(), VirtualSourceIdNormalize(), VirtualSourceIdSet()

Indexes

index (PKINDEX on DomainId,VirtualSourceId,EntUniId) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: PKINDEXCheck(), PKINDEXDelete(), PKINDEXExists(), PKINDEXOpen(), PKINDEXSQLCheckUnique(), PKINDEXSQLExists(), PKINDEXSQLFindPKeyByConstraint(), PKINDEXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheSQLStorage

Maps: 1

  • Map number 1 is named MainMap

    thismap.Global: ^ISC.IKV.EntUniId

  • ^ISC.IKV.EntUniId({DomainId},{VirtualSourceId},{EntUniId})
    =
    Node Delimiter Piece Name
    EntityValue
FeedbackOpens in a new tab