Skip to main content

%iKnow.Objects.VirtualSource

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

SQL Table Name: %iKnow_Objects.VirtualSource

This is a read-only object representation wrapping the internal iKnow data structures for Virtual Sources.

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.SourceAPI and other query classes to consult source 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 CrcOccurrenceCount as %Integer;
Property methods: CrcOccurrenceCountDisplayToLogical(), CrcOccurrenceCountGet(), CrcOccurrenceCountIsValid(), CrcOccurrenceCountLogicalToDisplay(), CrcOccurrenceCountNormalize(), CrcOccurrenceCountSet()
property DomainId as %Integer [ Required ];
Property methods: DomainIdDisplayToLogical(), DomainIdGet(), DomainIdIsValid(), DomainIdLogicalToDisplay(), DomainIdNormalize(), DomainIdSet()
property EntityOccurrenceCount as %Integer;
Property methods: EntityOccurrenceCountDisplayToLogical(), EntityOccurrenceCountGet(), EntityOccurrenceCountIsValid(), EntityOccurrenceCountLogicalToDisplay(), EntityOccurrenceCountNormalize(), EntityOccurrenceCountSet()
property ExternalId as %String (MAXLEN = 2000) [ Calculated ];
Property methods: ExternalIdCompute(), ExternalIdDisplayToLogical(), ExternalIdGet(), ExternalIdIsValid(), ExternalIdLogicalToDisplay(), ExternalIdLogicalToOdbc(), ExternalIdNormalize(), ExternalIdSQLCompute()
property FirstCrcOccurrenceId as %Integer [ Calculated ];
Property methods: FirstCrcOccurrenceIdCompute(), FirstCrcOccurrenceIdDisplayToLogical(), FirstCrcOccurrenceIdGet(), FirstCrcOccurrenceIdIsValid(), FirstCrcOccurrenceIdLogicalToDisplay(), FirstCrcOccurrenceIdNormalize(), FirstCrcOccurrenceIdSQLCompute()
property FirstEntityOccurrenceId as %Integer [ Calculated ];
Property methods: FirstEntityOccurrenceIdCompute(), FirstEntityOccurrenceIdDisplayToLogical(), FirstEntityOccurrenceIdGet(), FirstEntityOccurrenceIdIsValid(), FirstEntityOccurrenceIdLogicalToDisplay(), FirstEntityOccurrenceIdNormalize(), FirstEntityOccurrenceIdSQLCompute()
property FirstPathId as %Integer [ Calculated ];
Property methods: FirstPathIdCompute(), FirstPathIdDisplayToLogical(), FirstPathIdGet(), FirstPathIdIsValid(), FirstPathIdLogicalToDisplay(), FirstPathIdNormalize(), FirstPathIdSQLCompute()
property FirstSentenceId as %Integer [ Calculated ];
Property methods: FirstSentenceIdCompute(), FirstSentenceIdDisplayToLogical(), FirstSentenceIdGet(), FirstSentenceIdIsValid(), FirstSentenceIdLogicalToDisplay(), FirstSentenceIdNormalize(), FirstSentenceIdSQLCompute()
property FullText as %String) [ Calculated ];
Property methods: FullTextCompute(), FullTextDisplayToLogical(), FullTextGet(), FullTextIsValid(), FullTextLogicalToDisplay(), FullTextLogicalToOdbc(), FullTextNormalize(), FullTextSQLCompute()
property GroupId as %Integer [ Calculated ];
Property methods: GroupIdCompute(), GroupIdDisplayToLogical(), GroupIdGet(), GroupIdIsValid(), GroupIdLogicalToDisplay(), GroupIdNormalize(), GroupIdSQLCompute()
property ListerId as %Integer [ Calculated ];
Property methods: ListerIdCompute(), ListerIdDisplayToLogical(), ListerIdGet(), ListerIdIsValid(), ListerIdLogicalToDisplay(), ListerIdNormalize(), ListerIdSQLCompute()
property LocalReference as %String (MAXLEN = 1000) [ Calculated ];
Property methods: LocalReferenceCompute(), LocalReferenceDisplayToLogical(), LocalReferenceGet(), LocalReferenceIsValid(), LocalReferenceLogicalToDisplay(), LocalReferenceLogicalToOdbc(), LocalReferenceNormalize(), LocalReferenceSQLCompute()
property PathCount as %Integer;
Property methods: PathCountDisplayToLogical(), PathCountGet(), PathCountIsValid(), PathCountLogicalToDisplay(), PathCountNormalize(), PathCountSet()
property SentenceCount as %Integer;
Property methods: SentenceCountDisplayToLogical(), SentenceCountGet(), SentenceCountIsValid(), SentenceCountLogicalToDisplay(), SentenceCountNormalize(), SentenceCountSet()
property SourceId as %Integer [ Calculated ];
Property methods: SourceIdCompute(), SourceIdDisplayToLogical(), SourceIdGet(), SourceIdIsValid(), SourceIdLogicalToDisplay(), SourceIdNormalize(), SourceIdSQLCompute()
property VirtualSourceId as %Integer [ Required ];
Property methods: VirtualSourceIdDisplayToLogical(), VirtualSourceIdGet(), VirtualSourceIdIsValid(), VirtualSourceIdLogicalToDisplay(), VirtualSourceIdNormalize(), VirtualSourceIdSet()

Indexes

index (PKINDEX on DomainId,VirtualSourceId) [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.SrcDetails

  • ^IRIS.IKV.SrcDetails({DomainId},{VirtualSourceId})
    =
    Node Delimiter Piece Name
    2 SentenceCount
    4 EntityOccurrenceCount
    6 CrcOccurrenceCount
    8 PathCount
FeedbackOpens in a new tab