Skip to main content

%iKnow.Objects.VirtualEntityOccurrence

deprecated persistent class %iKnow.Objects.VirtualEntityOccurrence extends %Library.Persistent

SQL Table Name: %iKnow_Objects.VirtualEntityOccurrence

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

This class can be used from 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 CrcOccurrenceIdM as %Integer;
Property methods: CrcOccurrenceIdMDisplayToLogical(), CrcOccurrenceIdMGet(), CrcOccurrenceIdMIsValid(), CrcOccurrenceIdMLogicalToDisplay(), CrcOccurrenceIdMNormalize(), CrcOccurrenceIdMSet()
property CrcOccurrenceIdR as %Integer;
Property methods: CrcOccurrenceIdRDisplayToLogical(), CrcOccurrenceIdRGet(), CrcOccurrenceIdRIsValid(), CrcOccurrenceIdRLogicalToDisplay(), CrcOccurrenceIdRNormalize(), CrcOccurrenceIdRSet()
property CrcOccurrenceIdS as %Integer;
Property methods: CrcOccurrenceIdSDisplayToLogical(), CrcOccurrenceIdSGet(), CrcOccurrenceIdSIsValid(), CrcOccurrenceIdSLogicalToDisplay(), CrcOccurrenceIdSNormalize(), CrcOccurrenceIdSSet()
property DomainId as %Integer [ Required ];
Property methods: DomainIdDisplayToLogical(), DomainIdGet(), DomainIdIsValid(), DomainIdLogicalToDisplay(), DomainIdNormalize(), DomainIdSet()
property EntOccId as %Integer [ Required ];
Property methods: EntOccIdDisplayToLogical(), EntOccIdGet(), EntOccIdIsValid(), EntOccIdLogicalToDisplay(), EntOccIdNormalize(), EntOccIdSet()
property EntTypeId as %Integer;
Property methods: EntTypeIdDisplayToLogical(), EntTypeIdGet(), EntTypeIdIsValid(), EntTypeIdLogicalToDisplay(), EntTypeIdNormalize(), EntTypeIdSet()
property EntUniId as %Integer;
Property methods: EntUniIdDisplayToLogical(), EntUniIdGet(), EntUniIdIsValid(), EntUniIdLogicalToDisplay(), EntUniIdNormalize(), EntUniIdSet()
property Entity as %iKnow.Objects.VirtualEntityUnique [ Calculated ];
Property methods: EntityCompute(), EntityGet(), EntityGetObject(), EntityGetObjectId(), EntitySQLCompute()
property PathId as %Integer;
Property methods: PathIdDisplayToLogical(), PathIdGet(), PathIdIsValid(), PathIdLogicalToDisplay(), PathIdNormalize(), PathIdSet()
property PosInPath as %Integer;
Property methods: PosInPathDisplayToLogical(), PosInPathGet(), PosInPathIsValid(), PosInPathLogicalToDisplay(), PosInPathNormalize(), PosInPathSet()
property PosInSentence as %Integer;
Property methods: PosInSentenceDisplayToLogical(), PosInSentenceGet(), PosInSentenceIsValid(), PosInSentenceLogicalToDisplay(), PosInSentenceNormalize(), PosInSentenceSet()
property Sentence as %iKnow.Objects.VirtualSentence [ Calculated ];
Property methods: SentenceCompute(), SentenceGet(), SentenceGetObject(), SentenceGetObjectId(), SentenceSQLCompute()
property SentenceId as %Integer;
Property methods: SentenceIdDisplayToLogical(), SentenceIdGet(), SentenceIdIsValid(), SentenceIdLogicalToDisplay(), SentenceIdNormalize(), SentenceIdSet()
property VirtualSourceId as %Integer [ Required ];
Property methods: VirtualSourceIdDisplayToLogical(), VirtualSourceIdGet(), VirtualSourceIdIsValid(), VirtualSourceIdLogicalToDisplay(), VirtualSourceIdNormalize(), VirtualSourceIdSet()

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: SQLStorage

Maps: 1

  • Map number 1 is named MainMap

    thismap.Global: ^IRIS.IKV.EntOccId

  • ^IRIS.IKV.EntOccId({DomainId},{VirtualSourceId},{EntOccId})
    =
    Node Delimiter Piece Name
    1 EntUniId
    2 EntTypeId
    3 SentenceId
    4 PosInSentence
    5 CrcOccurrenceIdM
    6 CrcOccurrenceIdR
    7 CrcOccurrenceIdS
    8 PathId
    9 PosInPath
FeedbackOpens in a new tab