Skip to main content

%DeepSee.FactTable

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

SQL Table Name: %DeepSee.FactTable

Base class for all DeepSee fact tables.

Method Inventory

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.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab