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
Sources.
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.
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 .
Copy link to this section Properties
Copy link to this section
property CrcOccurrenceCount as %Integer [ Calculated ];
Property methods: CrcOccurrenceCountCompute(), CrcOccurrenceCountDisplayToLogical(), CrcOccurrenceCountGet(), CrcOccurrenceCountIsValid(), CrcOccurrenceCountLogicalToDisplay(), CrcOccurrenceCountNormalize(), CrcOccurrenceCountSQLCompute()
Copy link to this section
property DomainId as %Integer [ Required ];
Property methods: DomainIdDisplayToLogical(), DomainIdGet(), DomainIdIsValid(), DomainIdLogicalToDisplay(), DomainIdNormalize(), DomainIdSet()
Copy link to this section
property EntityOccurrenceCount as %Integer [ Calculated ];
Property methods: EntityOccurrenceCountCompute(), EntityOccurrenceCountDisplayToLogical(), EntityOccurrenceCountGet(), EntityOccurrenceCountIsValid(), EntityOccurrenceCountLogicalToDisplay(), EntityOccurrenceCountNormalize(), EntityOccurrenceCountSQLCompute()
Copy link to this section
property ExternalId as %String (MAXLEN = 2000) [ Calculated ];
Property methods: ExternalIdCompute(), ExternalIdDisplayToLogical(), ExternalIdGet(), ExternalIdIsValid(), ExternalIdLogicalToDisplay(), ExternalIdLogicalToOdbc(), ExternalIdNormalize(), ExternalIdSQLCompute()
Copy link to this section
property FirstCrcOccurrenceId as %Integer [ Calculated ];
Property methods: FirstCrcOccurrenceIdCompute(), FirstCrcOccurrenceIdDisplayToLogical(), FirstCrcOccurrenceIdGet(), FirstCrcOccurrenceIdIsValid(), FirstCrcOccurrenceIdLogicalToDisplay(), FirstCrcOccurrenceIdNormalize(), FirstCrcOccurrenceIdSQLCompute()
Copy link to this section
property FirstPartId as %Integer [ Calculated ];
Property methods: FirstPartIdCompute(), FirstPartIdDisplayToLogical(), FirstPartIdGet(), FirstPartIdIsValid(), FirstPartIdLogicalToDisplay(), FirstPartIdNormalize(), FirstPartIdSQLCompute()
Copy link to this section
property FirstPathId as %Integer [ Calculated ];
Property methods: FirstPathIdCompute(), FirstPathIdDisplayToLogical(), FirstPathIdGet(), FirstPathIdIsValid(), FirstPathIdLogicalToDisplay(), FirstPathIdNormalize(), FirstPathIdSQLCompute()
Copy link to this section
property FirstSentenceId as %Integer [ Calculated ];
Property methods: FirstSentenceIdCompute(), FirstSentenceIdDisplayToLogical(), FirstSentenceIdGet(), FirstSentenceIdIsValid(), FirstSentenceIdLogicalToDisplay(), FirstSentenceIdNormalize(), FirstSentenceIdSQLCompute()
Copy link to this section
property FullText as %String ) [ Calculated ];
Property methods: FullTextCompute(), FullTextDisplayToLogical(), FullTextGet(), FullTextIsValid(), FullTextLogicalToDisplay(), FullTextLogicalToOdbc(), FullTextNormalize(), FullTextSQLCompute()
Copy link to this section
property GroupId as %Integer ;
Property methods: GroupIdDisplayToLogical(), GroupIdGet(), GroupIdIsValid(), GroupIdLogicalToDisplay(), GroupIdNormalize(), GroupIdSet()
Copy link to this section
property ListerId as %Integer ;
Property methods: ListerIdDisplayToLogical(), ListerIdGet(), ListerIdIsValid(), ListerIdLogicalToDisplay(), ListerIdNormalize(), ListerIdSet()
Copy link to this section
property LocalReference as %String (MAXLEN = 1000);
Property methods: LocalReferenceDisplayToLogical(), LocalReferenceGet(), LocalReferenceIsValid(), LocalReferenceLogicalToDisplay(), LocalReferenceLogicalToOdbc(), LocalReferenceNormalize(), LocalReferenceSet()
Copy link to this section
property PartCount as %Integer [ Calculated ];
Property methods: PartCountCompute(), PartCountDisplayToLogical(), PartCountGet(), PartCountIsValid(), PartCountLogicalToDisplay(), PartCountNormalize(), PartCountSQLCompute()
Copy link to this section
property PathCount as %Integer [ Calculated ];
Property methods: PathCountCompute(), PathCountDisplayToLogical(), PathCountGet(), PathCountIsValid(), PathCountLogicalToDisplay(), PathCountNormalize(), PathCountSQLCompute()
Copy link to this section
property SentenceCount as %Integer [ Calculated ];
Property methods: SentenceCountCompute(), SentenceCountDisplayToLogical(), SentenceCountGet(), SentenceCountIsValid(), SentenceCountLogicalToDisplay(), SentenceCountNormalize(), SentenceCountSQLCompute()
Copy link to this section
property SourceId as %Integer [ Required ];
Property methods: SourceIdDisplayToLogical(), SourceIdGet(), SourceIdIsValid(), SourceIdLogicalToDisplay(), SourceIdNormalize(), SourceIdSet()