Skip to main content

%DeepSee.Model.expression

class %DeepSee.Model.expression extends %DeepSee.Model.node, %DeepSee.Model.source

Meta-data object that represents an additional expression variable within the fact table for a DeepSee cube.
No facts are generated for an expression; this is simply a way to define a reusable subexpression when building a cube.

Property Inventory

Method Inventory

Properties

relationship cube as %DeepSee.Model.cube (XMLPROJECTION = "none") [ Inverse = expressions , Cardinality = one ];
Cube that this expression belongs to.
Property methods: cubeGet(), cubeGetObject(), cubeGetObjectId(), cubeGetSwizzled(), cubeIsValid(), cubeNewObject(), cubeRClose(), cubeRExec(), cubeRFetch(), cubeRelate(), cubeSQLCompute(), cubeSet(), cubeUnRelate()

Methods

method %Validate() as %Status
Test if this index's definition is valid.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab