%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
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Storage Model: Storage (%DeepSee.TempSourceId)
^IRIS.Temp.DeepSeeSourceId(ID) |
= | %%CLASSNAME
action
|