Skip to main content

%iKnow.Objects.CcUnique

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

SQL Table Name: %iKnow_Objects.CcUnique

Note: the use of this class is no longer recommended for accessing elements of a specific domain. For those scenarios, %iKnow.Tables.Utils offers a more flexible and customizable way of projecting iKnow domain data to SQL

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

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.CcAPI and other query classes to consult CC data as the internal global structures are designed to optimize performance for these queries rather than general-purpose access.

NOTE: This object assumes all underlying data structures are present. Use domain-specific copies of these objects for domains where not all indices are built. See also the GenerateAllObjectsForDomain() method in %iKnow.Objects.Utils.

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 CcUniId as %Integer [ Required ];
Property methods: CcUniIdDisplayToLogical(), CcUniIdGet(), CcUniIdIsValid(), CcUniIdLogicalToDisplay(), CcUniIdNormalize(), CcUniIdSet()
property CorpusFrequency as %Integer [ Calculated ];
Property methods: CorpusFrequencyCompute(), CorpusFrequencyDisplayToLogical(), CorpusFrequencyGet(), CorpusFrequencyIsValid(), CorpusFrequencyLogicalToDisplay(), CorpusFrequencyNormalize(), CorpusFrequencySQLCompute()
property CorpusSpread as %Integer [ Calculated ];
Property methods: CorpusSpreadCompute(), CorpusSpreadDisplayToLogical(), CorpusSpreadGet(), CorpusSpreadIsValid(), CorpusSpreadLogicalToDisplay(), CorpusSpreadNormalize(), CorpusSpreadSQLCompute()
property DomainId as %Integer [ Required ];
Property methods: DomainIdDisplayToLogical(), DomainIdGet(), DomainIdIsValid(), DomainIdLogicalToDisplay(), DomainIdNormalize(), DomainIdSet()
Property methods: HeadCompute(), HeadGet(), HeadGetObject(), HeadGetObjectId(), HeadSQLCompute()
property HeadId as %Integer;
Property methods: HeadIdDisplayToLogical(), HeadIdGet(), HeadIdIsValid(), HeadIdLogicalToDisplay(), HeadIdNormalize(), HeadIdSet()
property Tail as %iKnow.Objects.EntityUnique [ Calculated ];
Property methods: TailCompute(), TailGet(), TailGetObject(), TailGetObjectId(), TailSQLCompute()
property TailId as %Integer;
Property methods: TailIdDisplayToLogical(), TailIdGet(), TailIdIsValid(), TailIdLogicalToDisplay(), TailIdNormalize(), TailIdSet()

Indexes

index (CcUni on DomainId,HeadId,TailId) [Unique];
Index methods: CcUniCheck(), CcUniCheckUnique(), CcUniDelete(), CcUniExists(), CcUniIdDisplayToLogical(), CcUniIdFreqExists(), CcUniIdGet(), CcUniIdIsValid(), CcUniIdLogicalToDisplay(), CcUniIdNormalize(), CcUniIdSet(), CcUniIdSpreadExists(), CcUniOpen(), CcUniSQLCheckUnique(), CcUniSQLExists(), CcUniSQLFindPKeyByConstraint(), CcUniSQLFindRowIDByConstraint()
index (CcUniIdFreq on DomainId,CorpusFrequency);
Index methods: CcUniIdFreqExists()
index (CcUniIdSpread on DomainId,CorpusSpread);
Index methods: CcUniIdSpreadExists()
index (PKINDEX on DomainId,CcUniId) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: PKINDEXCheck(), PKINDEXDelete(), PKINDEXExists(), PKINDEXOpen(), PKINDEXSQLCheckUnique(), PKINDEXSQLExists(), PKINDEXSQLFindPKeyByConstraint(), PKINDEXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: SQLStorage

Maps: 4

  • Map number 1 is named CcUni

    thismap.Global: ^IRIS.IK.CcUni

  • Map number 2 is named CcUniIdFreq

    thismap.Global: ^IRIS.IK.CcUniIdFreq

  • ^IRIS.IK.CcUni({DomainId},{HeadId},{TailId})
    =
    Node Delimiter Piece Name
    CcUniId
  • Map number 3 is named CcUniIdSpread

    thismap.Global: ^IRIS.IK.CcUniIdSpread

  • ^IRIS.IK.CcUniIdFreq({DomainId},-{CorpusFrequency},{CcUniId})
    =
  • Map number 4 is named MainMap

    thismap.Global: ^IRIS.IK.CcUniId

  • ^IRIS.IK.CcUniIdSpread({DomainId},-{CorpusSpread},{CcUniId})
    =
    ^IRIS.IK.CcUniId({DomainId},{CcUniId})
    =
    Node Delimiter Piece Name
    1 HeadId
    2 TailId
FeedbackOpens in a new tab