Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

News.Results.Sources

persistent class News.Results.Sources extends %Library.Persistent

SQL Table Name: News_Results.Sources

Property Inventory

Properties

property ExternalId as %String (MAXLEN = 2000);
Property methods: ExternalIdDisplayToLogical(), ExternalIdGet(), ExternalIdIsValid(), ExternalIdLogicalToDisplay(), ExternalIdLogicalToOdbc(), ExternalIdNormalize(), ExternalIdSet()
property ResultId as %Numeric [ Required ];
Property methods: ResultIdDisplayToLogical(), ResultIdGet(), ResultIdIsValid(), ResultIdLogicalToDisplay(), ResultIdNormalize(), ResultIdSet()
property SourceId as %Integer;
Property methods: SourceIdDisplayToLogical(), SourceIdGet(), SourceIdIsValid(), SourceIdLogicalToDisplay(), SourceIdNormalize(), SourceIdSet()

Indexes

index (PKINDEX on ResultId) [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: ^News.Results.Sources

  • ^News.Results.Sources({ResultId})
    =
    Node Delimiter Piece Name
    1 SourceId
    2 ExternalId
FeedbackOpens in a new tab