DocBook|Search
Class Reference
%DeepSee.FactTable
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [FactTable]
Private  Storage  

abstract persistent class %DeepSee.FactTable extends %Persistent, %DeepSee.IndexBuilder

Base class for all DeepSee fact tables.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 8


Summary

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BuildIndices
%CheckUnique %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %ConstructIndices %ConstructIndicesParallel %ConstructIndicesStartTask
%Count %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%IsA %IsModified %KillExtent %LockExtent
%LockId %New %NextId %NormalizeObject
%ObjectModified %Oid %OnBeforeAddToSync %OnDetermineClass
%Open %OpenId %OriginalNamespace %PackageName
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SerializeObject
%SetModified %SortBegin %SortEnd %SyncObjectIn
%SyncTransport %UnlockExtent %UnlockId %ValidateObject


Parameters

• parameter CUBENAME;
Name of the cube that created this fact table.
• parameter MANAGEDEXTENT = 0;
Turn off extent management for fact tables.
• parameter SOURCECLASS;
Name of the source table that provides data for this fact table.

Methods

• abstract classmethod %Count() as %Integer
Return the total number of items within the Fact table.
The actual implementation is generated when the cube is compiled.