Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Aviation.Cubes.Crew.StarAge

persistent class Aviation.Cubes.Crew.StarAge extends %DeepSee.DimensionTable

SQL Table Name: Aviation_Cubes_Crew.StarAge

Dimension table for cube 'AviationCrew' THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Generator:%CreateStarTable.

This class was generated by : Aviation.Cubes.Crew.CLS

Property Inventory

Method Inventory

Parameters

parameter CUBENAME = AviationCrew;
Inherited description: Name of the cube that created this dimension table.
parameter DESCRIPTIONPROPERTY;
parameter KEYPROPERTY = DxAge;

Properties

property DxAge as %String (MAXLEN = 2000) [ Required ];
Dimension property: DxAge
Source: Age
Property methods: DxAgeDisplayToLogical(), DxAgeGet(), DxAgeGetStored(), DxAgeLogicalToDisplay(), DxAgeLogicalToOdbc(), DxAgeNormalize(), DxAgeSet()
property DxAgeRg814105347 as Aviation.Cubes.Crew.StarAgeRg814105347 [ Required ];
Dimension property: DxAgeRg814105347
Source: Age
Property methods: DxAgeRg814105347Get(), DxAgeRg814105347GetObject(), DxAgeRg814105347GetObjectId(), DxAgeRg814105347GetStored(), DxAgeRg814105347GetSwizzled(), DxAgeRg814105347IsValid(), DxAgeRg814105347NewObject(), DxAgeRg814105347Set(), DxAgeRg814105347SetObject(), DxAgeRg814105347SetObjectId(), DxAgeRg814105347UnSwizzle()

Methods

classmethod %Count() as %Integer
Return the total number of members within this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetDimensionProperty(pProp As %String, pID As %String, Output pFormat As %String, Output pType As %String) as %String
Fetch the value of a given dimension property.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetMemberSpec(pMemberId As %String, pCubeName As %String, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer) as %String
Return the specification string for the given member.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod DxAgeIsValid(pArg As %String) as %Status
Validate the KEY value for this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Primary on DxAgeRg814105347,DxAge) [Unique];
Index methods: PrimaryCheck(), PrimaryCheckUnique(), PrimaryDelete(), PrimaryExists(), PrimaryOpen(), PrimarySQLCheckUnique(), PrimarySQLExists(), PrimarySQLFindPKeyByConstraint(), PrimarySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Aviation.Cubes.Crew.StarAge)

^DeepSee.Dimension("AVIATION.CUBES.CREW.STARAGE")(ID)
=
%%CLASSNAME
DxAge
DxAgeRg814105347
FeedbackOpens in a new tab