class %DeepSee.FactView
extends %ZEN.Component.page
Fact table viewer for DeepSee.
This is a Zen Page class.
parameter APPLICATION;
Class name of application this page belongs to.
parameter DOMAIN;
Domain used for localization.
parameter PAGENAME = "DeepSee Fact Table Viewer";
Displayed name of this page.
property CubeName
as %String(ZENURL="CUBE");
classmethod %GetTableInfo(pTable As %String, ByRef pInfo As %String, pLevel As %Integer = 1, ByRef pVisited)
as %Status
Get information about the given Fact table as an array:
pInfo(level,table,fno) = $LB(field,ref)
method DrawFactInfo(pCube As %ZEN.Datatype.string)
as %Status
Draw the Fact table info