%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
- additionalDescription
- description
- disabled
- displayName
- factName
- factSelectivity
- isModified
- linkClass
- linkProperty
- name
- sourceExpression
- sourceProperty
Inherited Methods
- %AddToSaveSet()
- %AtScaleConvertAggregate()
- %AtScaleConvertTimeFunction()
- %AtScaleConvertType()
- %AtScaleCreateMessageObj()
- %AtScaleExport()
- %AtScaleInitIndex()
- %AtScaleProcessSourceRef()
- %AtScaleProduceAttribute()
- %AtScaleProduceDataSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()