%DeepSee.IDList
persistent class %DeepSee.IDList extends %Library.Persistent
SQL Table Name: %DeepSee.IDList
This table is used to hold lists of IDs when a DeepSee query needs to restrict the member of a given dimension.Property Inventory
Properties
property cubeName as %String (MAXLEN = 255) [ Required ];
Name of the cube that populated this record.
Property methods: cubeNameDisplayToLogical(), cubeNameGet(), cubeNameGetStored(), cubeNameIsValid(), cubeNameLogicalToDisplay(), cubeNameLogicalToOdbc(), cubeNameNormalize(), cubeNameSet()
property factNo as %Integer [ Required ];
Fact number of the dimension.
Property methods: factNoDisplayToLogical(), factNoGet(), factNoGetStored(), factNoIsValid(), factNoLogicalToDisplay(), factNoNormalize(), factNoSet()
property memberId as %Integer [ Required ];
Id in the member table.
Property methods: memberIdDisplayToLogical(), memberIdGet(), memberIdGetStored(), memberIdIsValid(), memberIdLogicalToDisplay(), memberIdNormalize(), memberIdSet()
property queryKey as %String (MAXLEN = 255) [ Required ];
Key for the query that populated this record.
Property methods: queryKeyDisplayToLogical(), queryKeyGet(), queryKeyGetStored(), queryKeyIsValid(), queryKeyLogicalToDisplay(), queryKeyLogicalToOdbc(), queryKeyNormalize(), queryKeySet()
Indexes
index (ID on cubeName,queryKey,factNo,memberId) [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.IDList)
^DeepSee.IDList(ID) |
= | %%CLASSNAME
|