Skip to main content

%DeepSee.TempSourceId

persistent class %DeepSee.TempSourceId extends %Library.Persistent

SQL Table Name: %DeepSee.TempSourceId

Property Inventory

Properties

property action as %Integer;
Update action performed on the record.
Property methods: actionDisplayToLogical(), actionGet(), actionGetStored(), actionIsValid(), actionLogicalToDisplay(), actionNormalize(), actionSet()
property chunk as %Integer [ Required ];
The group this source ID belongs to.
Property methods: chunkDisplayToLogical(), chunkGet(), chunkGetStored(), chunkIsValid(), chunkLogicalToDisplay(), chunkNormalize(), chunkSet()
property cubeName as %String [ Required ];
Name of the cube that populated this record.
Property methods: cubeNameDisplayToLogical(), cubeNameGet(), cubeNameGetStored(), cubeNameIsValid(), cubeNameLogicalToDisplay(), cubeNameLogicalToOdbc(), cubeNameNormalize(), cubeNameSet()
property sourceId as %String [ Required ];
Original ID from the source table.
Property methods: sourceIdDisplayToLogical(), sourceIdGet(), sourceIdGetStored(), sourceIdIsValid(), sourceIdLogicalToDisplay(), sourceIdLogicalToOdbc(), sourceIdNormalize(), sourceIdSet()

Indexes

index (ID on cubeName,chunk,sourceId) [IdKey, Type = key];
Index methods: IDCheck(), IDDelete(), IDExists(), IDOpen(), IDSQLCheckUnique(), IDSQLExists(), IDSQLFindPKeyByConstraint(), IDSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%DeepSee.TempSourceId)

^IRIS.Temp.DeepSeeSourceId(ID)
=
%%CLASSNAME
action
FeedbackOpens in a new tab