Skip to main content

%ZEN.Report.DataCache

class %ZEN.Report.DataCache extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property AtEndValue;
Property methods: AtEndValueDisplayToLogical(), AtEndValueGet(), AtEndValueIsValid(), AtEndValueLogicalToDisplay(), AtEndValueLogicalToOdbc(), AtEndValueNormalize(), AtEndValueSet()
property AtEndValues [ MultiDimensional ];
Property methods: AtEndValuesDisplayToLogical(), AtEndValuesGet(), AtEndValuesIsValid(), AtEndValuesLogicalToDisplay(), AtEndValuesLogicalToOdbc(), AtEndValuesNormalize(), AtEndValuesSet()
property atEnd [ InitialExpression = 0 ];
Property methods: atEndDisplayToLogical(), atEndGet(), atEndIsValid(), atEndLogicalToDisplay(), atEndLogicalToOdbc(), atEndNormalize(), atEndSet()
property counter as %ZEN.Report.RecordCounter;
Property methods: counterGet(), counterGetSwizzled(), counterIsValid(), counterNewObject(), counterSet()
property globalindex as %Integer;
Property methods: globalindexDisplayToLogical(), globalindexGet(), globalindexIsValid(), globalindexLogicalToDisplay(), globalindexNormalize(), globalindexSet()
property saveArray [ MultiDimensional ];
Property methods: saveArrayDisplayToLogical(), saveArrayGet(), saveArrayIsValid(), saveArrayLogicalToDisplay(), saveArrayLogicalToOdbc(), saveArrayNormalize(), saveArraySet()
property saveCounter as %Integer;
Property methods: saveCounterDisplayToLogical(), saveCounterGet(), saveCounterIsValid(), saveCounterLogicalToDisplay(), saveCounterNormalize(), saveCounterSet()

Methods

method %atEnd() as %Boolean
method %fetch()
method %get(pLevel As %Integer, n As %Integer) as %Integer
method %put(pLevel As %Integer, n As %Integer)
method %restore()
method %save()
method %set(n As %Integer)
method %unfetch()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab